[EMAIL PROTECTED] wrote:
> http://www.sigmaphinothing.org/template.html
>
> Is the one with the
>
> /* hide from other browsers \*/
> * html .left {margin-right: -3px;}
> * html .right {margin-left: 0;}
> /* end hide */
>
> Which works in IE.
> http://www.sigmaphinothing.org/template2.html has that section
> removed from its CSS and you can see a 3px gap between images.
> Look at this in almost any other browser and you do not see
> the right image at all.
To make it appear in other browsers, add a width to #header, and
put a colon in the margin-left 270px for div.right ;-)
The 3px gap is the 3px jog bug, which can be remedied either by
the way you did it, or else like so:
/* \*/
* html #header div.right{
position:relative;
left:-3px;
}
/* */
--
Els
http://locusmeus.com/
http://locusoptimus.com/
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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/