First of all, thank you for taking the time to respond to my message. It's greatly appreciated.
However, my question wasn't about why ff_example.html wasn't working in IE. I'm pretty sure I know the reasons why it doesn't, and I'm also pretty sure it is not due to validation issues. As I stated in my original post, IE ignores the bottom: rule when top: is present. With that being the case, the set of CSS rules used in ff_example.html just wont ever work for IE. What I would like to know is if a layout like the one presented in ff_example.html is even possible in IE. Thanks, -james francky wrote: > James Crumpton wrote: > >> [...] >> Here's an example of what I want that works perfectly in Firefox. >> https://www.die.net/tmp/949a82a37c993784.html/ff_example.html >> >> However, I can't for the life of me figure out how to get anything >> like that >> working in IE. [...] >> Any suggestions or pointers on where to look for my IE woes? >> > Hi James. > Oops, the html-validator! There's no DOCtype, no charset, <style> is > missing the: type="text/css". > Oops, the css-validator! Doesn't show because of this. > Oops, if the css-validator would show, it should report "errors" because > of the lonely stars: * width: 100%; (at line #34 and #4). > Hope the IE-problems will melt after correcting! > > Greetings, > francky > > ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
