Leslie/All do u know of a way to stop this from occuring?

On the mac IE5.2/1 im getting the text wrap bug with my <p> tags.. The
documented fix is to add position:relative; to the element to prevent the
wrap bug.. But in doing so it causes the peekaboo bug to present in IE6 on
the pc.. Is there a syntax hack with css to trick one browser into seeing
the  position:relative; and the other not? I guess I could load a style
sheet for the mac and approach it that way. Tho it seems like over kill, to
do this for only one element.

p {
        line-height: 1.4em;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 10px 0px;
        clear:both;
        /*adding the below corrects line wrap bug in MacIE5 but creates
peekaboo bug in IE6PC*/
        position:relative;
}

Got a center fluid 3 column div layout based on the one from ghlish.. Anyone
got a graceful way to deal with this ?

http://staging.inggroup.com.au/3462vc_website/ u can see the line wrap bug
in the mac here, the pc bug isnt currently presenting.

Cheers

Jason





******************************************************
The discussion list for  http://webstandardsgroup.org/

Proud presenters of Web Essentials 04 http://we04.com/
 Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to