Paul Hazel wrote: > http://www.paulhazel.com/gypsy_jazz/index.htm > > The problem is that on IE the middle column always appears about 12 > pixels too high. I'm using absolute positioning. I've also tried the > * html hack and that doesn't seem to fix it.
The * html hack doesn't work in IE7. The real problem isn't the column itself though, it is the default margins on paragraphs that differs between browsers. IE has its own default. So, by adding a suitable margin to the paragraphs, like... p {margin: 10px 0;} ... (or whatever), all browsers will get the same margin-spacing and you can use the same div#text style in all browsers. regards Georg -- http://www.gunlaug.no ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/