Hello all,
I'm building my first CSS site and am having a problem with one of the 
columns. It's fine on all Mac browsers, and Opera on Windows. Needless 
to say it only seems to be a problem in IE (6 & 7). The site is here:
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. Here's that code:

div#text {
position: absolute;
top: 175px;
left: 436px;
width: 300px;
}

* html div#text {
position: absolute;
top: 187px;
left: 436px;
width: 300px;
}

Thanks in advance for your help and time.
PH
______________________________________________________________________
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/

Reply via email to