![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi yet again, first can I say a big load of thanks to everyone who's replyed to my posts so far, I *think* this should be the last. I've got the page looking practically perfect in FF but in IE the leftcell div covers part of the maincontent div. I tried margin-left:-255px; and this fixs it for IE but in FF the div disapears of the page. So, a) is there something i've missed with the posistioning of the leftcell div ? or b) is there someway of making FF ignore the margin-left selector in the style sheet? |
#3
| |||
| |||
|
|
"Paul Watt" wrote... I've got the page looking practically perfect in FF but in IE the leftcell div covers part of the maincontent div. I tried margin-left:-255px; and this fixs it for IE but in FF the div disapears of the page. So, a) is there something i've missed with the posistioning of the leftcell div ? or b) is there someway of making FF ignore the margin-left selector in the style sheet? Ooops forgot the URL: http://www.paulwatt.info/test/turn/ . http://www.paulwatt.info/test/turn/css/turnlayout.css |
#4
| |||
| |||
|
|
Hi yet again, first can I say a big load of thanks to everyone who's replyed to my posts so far, I *think* this should be the last. I've got the page looking practically perfect in FF but in IE the leftcell div covers part of the maincontent div. I tried margin-left:-255px; and this fixs it for IE but in FF the div disapears of the page. So, a) is there something i've missed with the posistioning of the leftcell div ? or b) is there someway of making FF ignore the margin-left selector in the style sheet? |
#5
| |||
| |||
|
|
And lo, Paul Watt didst speak in alt.html,alt.http://www.webmaster,comp.infosystem...style sheets: "Paul Watt" wrote... I've got the page looking practically perfect in FF but in IE the leftcell div covers part of the maincontent div. I tried margin-left:-255px; and this fixs it for IE but in FF the div disapears of the page. So, a) is there something i've missed with the posistioning of the leftcell div ? or b) is there someway of making FF ignore the margin-left selector in the style sheet? Ooops forgot the URL: http://www.paulwatt.info/test/turn/ . http://www.paulwatt.info/test/turn/css/turnlayout.css Paul, this is not a FF problem, it's a MSIE problem, since it looks just fine in Opera as well. If you must hack, hack it for MSIE, not FF. Grey |
#6
| |||
| |||
|
|
Hi Grey, Why cant everyone use firefox?? |
|
Is there a hack that will allow me have a statement in the stylesheet that all other browsers will ignore and only be visible for MSIE? All I need is a margin-left:-255px statement and all my worries will be gone. |
#7
| |||
| |||
|
|
Is there a hack that will allow me have a statement in the stylesheet that all other browsers will ignore and only be visible for MSIE? All I need is a margin-left:-255px statement and all my worries will be gone. |
#8
| |||
| |||
|
|
Paul Watt wrote: I've got the page looking practically perfect in FF but in IE the leftcell div covers part of the maincontent div. I tried margin-left:-255px; and this fixs it for IE but in FF the div disapears of the page. Sounds like something I've seen before. Try something like: * HTML #maincontent { margin-left: -255px; } It's a hack, and it won't work in IE 7. (But perhaps the big won't appear in IE 7 anyway? One can but hope.) |
#9
| |||
| |||
|
|
So, a) is there something i've missed with the posistioning of the leftcell div ? or b) is there someway of making FF ignore the margin-left selector in the style sheet? |
#10
| |||
| |||
|
|
Is there a hack that will allow me have a statement in the stylesheet that all other browsers will ignore and only be visible for MSIE? All I need is a margin-left:-255px statement and all my worries will be gone. you can write rules like this: * html .foo { margin-left:-255px; } IE is the only browser that thinks there is an element above html when it looks at css rules, so you can use it for stuff you only want IE to use. |
![]() |
| Thread Tools | |
| Display Modes | |
| |