I'm trying to redo the website for the office. I'm trying as hard as I can to use CSS positioning and div's instead of tables. As you can see by the screen shot, everything looks just right in IE, but when I looked at it in FireFox, it looks different. I'm not sure where to begin to fix this. Any suggestions?
Nicole -> RE: Ahh - what gives? (7/17/2006 20:20:42)
Hi Xy,
I don't think you've closed all of your divs? From what I can tell there are 2 unclosed divs, an easy thing to overlook which is why i put comments in my code to make it easier to see, so at each </div> i also add <!-- end div c2 -->
Anyway, It didn't help your problem, but it may be at least part of the solution?
I hope so.
Nicole
Xylina -> RE: Ahh - what gives? (7/17/2006 23:07:30)
I thought that may have been the problem, but I checked and couldn't see any that i missed. Anyway, I solved the problem, thanks for the suggestion.
Xy
Nicole -> RE: Ahh - what gives? (7/17/2006 23:10:58)
Hi Xy,
Could you give me a hint as to how it was solved? I looked at that code and CSS for about half an hour and couldn't see it!