I've looked around and it appears that all the useful hacks for getting IE to display an alternate css style are gone (?)
That would have been useful since my problem is basically that in IE a div is displaying too far right.
The div in question is (via web dev toolbar)
#insideRightWid e has position:relati ve and #insideRightfor PMbar has position:absolu te none of the parent tags have a position stated.
Is this enough info? I don't know where to start...
TIA
Ed
That would have been useful since my problem is basically that in IE a div is displaying too far right.
The div in question is (via web dev toolbar)
Code:
html > body > div #holdall > div #wrapperInside > div #container > div #bodyLeft > div #gridContainer > div #insideRightWide > div #insideRightforPMbar
Code:
#insideRightWide {margin-left:129px; border-left:1px solid #d0cfcf; padding-right:10px; padding-left:10px; padding-top:10px; height:inherit; position:relative}
#insideRightforPMbar {position:absolute; margin-left:129px; padding-left:2px; border-left-width: 1px; border-left-style: solid; border-left-color: #d0cfcf;}
TIA
Ed
Comment