1
vote
2answers
58 views
What doctype is best for standards and cross browser compliance?
Hello,
I know there are a few different doctypes out there, but which is a good one to use and benefits associated with it?
Thank you,
Ronson
0
votes
1answer
44 views
How can I find a div in javascript or jquery
How do I find on my page using javascript or jquery?
1
vote
2answers
38 views
CSS: inline, embedded, external or external parse
I was thinking about server load times and wondering what the most efficient way to add css is. What gets loaded fastest?
For my part, I think the external css is the easiest to …
3
votes
1answer
80 views
How do you make rounded corners in all browsers?
CSS? JQuery? What's the best and most efficient way to make rounded corners that work in all browsers?
I've tried a few and right now I'm making small divs that are positioned nega …
1
vote
2answers
279 views
How can I make a basic jquery rotator?
Are there any jquery rotators out there that are both basic and flexible? I've tried a bunch of carousel ones and they are not what I want.
It should have pager ability and trans …
0
votes
2answers
13 views
image animation
hi all
I have a site rigo.ro witch displays two images and moves them around. Under Iternet explorer it works great, but I want a code that works under Opera/Firefox
any help is w …
0
votes
1answer
19 views
How do I make two-column layout so that the height of both columns is 100%?
Assume that
I want a two-column layout, say 200px wide navi and 400px wide content.
Either column can have an arbitrary amount of text (so I can't assume that the content is alwa …
1
vote
1answer
760 views
IE8 window.open alternative in javascript/jquery
Is there an alternative to window.open in javascript/jquery? I'm asking because the function doesn't seem to work in IE8 any longer.
1
vote
1answer
144 views
add class on hover wtih jquery
I'm stuck on how to add a class on hover and remove it on mouseout.
1
vote
1answer
195 views
How can I make a lightbox effect on pageload?
I want to make a popup div appear on pageload with a lightbox type effect - how do I do that?
0
votes
1answer
85 views
Wrap text around image with html and css.
How can I wrap text around an image?
The image can be in the top left or right.
I'm thinking of using a graphical image for a drop case letter, or a profile picture with text w …
0
votes
2answers
83 views
Ninjafy Javascript Halloween Pirates or Ghosts or Ninjas
I'm looking for some cute Halloween-themed characters to go on my site... Hopefully something kind of surprising so that the site looks normal but when somebody clicks on one of th …
1
vote
1answer
109 views
Sliding Overlays
I'm looking for a snippet for an div with an image in the background and a translucent overlay that slides up on hover and down on mouse out.
1
vote
1answer
69 views
Trigger event in JQuery based on whether div has content or not
I want to trigger an event in jquery based on whether or not it has content in it. How do I do that?
1
vote
1answer
70 views
How do I toggle a div in javascript? (show/hide)
I thought I would share this snippet that I use to show and hide divs. Does anyone have any improvements?
function toggle(obj) {
var el = document.getElementById(obj);
if …

