Hi everyone. How are you? I am having some trouble with an image going on a new line in IE. Here is the site: http://rageoholicsanon.uni.cc/test/dawson.html I have tried making images "display: block;" and having all the code for that part on 1 line. None works. The site works in both Opera and FF. Please help me. Thanks, Taylor.
Ahh, I fixed it. I had to make the container div 9px wider for some reason. I guess I'll have to put up with it being slightly off-centre in IE. Thanks a lot. Taylor
I havent looked at the rest of your CSS but obviously IE is making things wider. Could be any number of reasons. Try adding a proper doctype.
I am using float: left; for every object in that nav bar. I have a margin of -3 set for IE to combat IE making a space between the left nav bar border image and the nav divs. What doctype do you suggest? Taylor
Yours is incomplete and browser will be working in quirks mode. If you add a complete one, youll at least be having a level playing field. (well, leveller) I asked a about floats and margins as when you float something and puit a margin on the same side as the direction of the float IE doubles that margin. but as you have negative margins im not sure what the effect would be. Theres loads of info on both these all over the web <added>This doctype is complete: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> It contains an absolute url to the DTD file. (not that the browser reads it, it has it built in. ) </added>