Alisha wrote:
> Just to be sure... really no one has any idea about what is causing 
> this and how to fix it?

>> http://www.synthetic-effulgence.com/glitch/home.html

Sure, just add:

#main h3  {
float: left;
margin-right: -150px;
}

IE/win is unable to let elements overflow, so a 100% wide element
becomes too wide. IE will drop the element below that side column.
The styles above makes h3 appear to be 150px narrower to all
browsers, so now it will fit in IE/win too.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
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/

Reply via email to