Hi, I'm making a website and I have got the layout how I want it in firefox, but in ie theres a little white gap on the left of the navigation bar (top left). I can't get rid of it, please help! the site is http://becketts.zenwebhosting.com the style sheet is at http://becketts.zenwebhosting.com/style.css Cheers, J.
I don't see any gap? But I do see one at the bottom-left of the pinkish strip (with equipment pics) on left side ... is that what you are referring to?
happens to me sometimes if I have an non breaking space. It never seems to show in dreamweaver, but it has to be edited by hand.
Sorry, that was a really poor, rushed post. The page in question is http://becketts.zenwebhosting.com/secondhand_bakery_equipment.html in firefox, the dark red nav bar looks fine, but using ie, i get a white space on the left. As mentioned above, there is also a space below the stripe on the left of the page (the one with the machines on it). Is it possible to make a picture stretch to fill that space? Thanks, J.
wow, there is so much unnecessary code in this menu bar that I don't know where to begin. I've never seen a <span> wrapped in <a> wrapped in a <td> You should get rid of all your empty div's and td, that might be it, but my guess is that your #space is 122px wide and your .navtabemptyl is 40% wide and the .navtabemptyl begins 3 px to the right of #space. No matter what, there is no reason to overlap these 2 red containers. Frankly, your should recode it all. You could have the same layout with 50% less code. Good luck.
Thanks for having a look. I think the spans may be unnecessary, but how else could you cut down on code? which empty divs and tds? what do you mean by "there is no reason to overlap these two red containers"? Thanks, J.
just trying styling the table elements. it's anugly way, but might work (no promises). css would look somthing along the lines of: <!---- table { style:here; } etc, etc.