Jahren
11-23-2009, 09:11 PM
hi there
#1
I'm trying to have a persistant page footer.
Works perfectly in firefox 3.5.5, but is very wrong in IE7 and lower
(Look both attachments also featuring my second ie bug :P)
code is:
HTML
<div class='redaction_marquise_cheat'>
<div class='redaction_marquise'>Marquise - info - idée 1 - idée 2 - idée 3</div>
</div>
CSS
.redaction_marquise_cheat{position:fixed; background-color:#8A9738; width:100%; height:30px; margin:0; padding:0; bottom:0px; z-index:2;}
.redaction_marquise{font-size:1.5em; font-weight:bold; position:relative; width:100%; margin:0; padding:0; margin-top:5px;}
#2
display:inline-block wont work as expected for IE
(Look for attachements on the right where it says "Elements precrits")
I want them to be like it is in firefox.
HTML
<div style='padding:5px 2px 5px 2px; border:5px groove black;'>
<!-- Tabulation -->
<div class='redaction_tabs'>Element Prescrits</div>
<div class='redaction_tabs'>Probleme</div>
<div class='redaction_tabs'>Questionemment</div>
</div>
CSS
.redaction_tabs{width:31%; display:inline-block; border:1px solid black; cursor:pointer; text-align:center;}
thanks for help
LEFT = FIREFOX - RIGHT = IE
#1
I'm trying to have a persistant page footer.
Works perfectly in firefox 3.5.5, but is very wrong in IE7 and lower
(Look both attachments also featuring my second ie bug :P)
code is:
HTML
<div class='redaction_marquise_cheat'>
<div class='redaction_marquise'>Marquise - info - idée 1 - idée 2 - idée 3</div>
</div>
CSS
.redaction_marquise_cheat{position:fixed; background-color:#8A9738; width:100%; height:30px; margin:0; padding:0; bottom:0px; z-index:2;}
.redaction_marquise{font-size:1.5em; font-weight:bold; position:relative; width:100%; margin:0; padding:0; margin-top:5px;}
#2
display:inline-block wont work as expected for IE
(Look for attachements on the right where it says "Elements precrits")
I want them to be like it is in firefox.
HTML
<div style='padding:5px 2px 5px 2px; border:5px groove black;'>
<!-- Tabulation -->
<div class='redaction_tabs'>Element Prescrits</div>
<div class='redaction_tabs'>Probleme</div>
<div class='redaction_tabs'>Questionemment</div>
</div>
CSS
.redaction_tabs{width:31%; display:inline-block; border:1px solid black; cursor:pointer; text-align:center;}
thanks for help
LEFT = FIREFOX - RIGHT = IE