you can fix this by adding in the header of pligg.tpl:
Code:
<!--[if IE lte 6]>
<style type="text/css" media="screen">
#footer{literal}{{/literal}
position:relative;
{literal}}{/literal}
</style>
<![endif]-->
| |||||||
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
| footer redraw in >IE6
there's a bug in ie6 that screws up absolute positioned elements - like the footer - when the pages redraws with js you can fix this by adding in the header of pligg.tpl: Code: <!--[if IE lte 6]>
<style type="text/css" media="screen">
#footer{literal}{{/literal}
position:relative;
{literal}}{/literal}
</style>
<![endif]-->
|
| |||
|
the code doesn't work for me... the "lte" code was incorrect, I see directly in the top of the page, if I try to delete "lte" the code doesn't work too... my footer bar don't redraw always, but only sometimes... strange things happens |
| |||
|
try to use this Code: <!--[if IE 6]>
<style type="text/css" media="screen">
#footer{literal}{{/literal}
position:relative;
{literal}}{/literal}
</style>
<![endif]-->
<!--[if IE 6]>
|
| |||
| Code: <!--[if IE 6]>
<style type="text/css" media="screen">
#footer{literal}{{/literal}
position:relative;
{literal}}{/literal}
</style>
<![endif]-->
Quote:
|
| The Following User Says Thank You to coes For This Useful Post: | ||
| ||||
|
This has been committed to the Pligg code.
__________________ I accept donations for my time helping users like you on the forum and IRC. |
| |||
| Quote:
correct is <!--[if lte IE 6]> (means "if iE 6 or lower") |
| |||
|
how about putting just the Quote:
Quote:
Quote:
|
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Can I remove the word "Powered By Pligg" on the footer? | cekedis | General Help | 3 | 09-30-2008 11:08 PM |
| footer under sidebar in home page | lacasuela | "yget" | 10 | 03-28-2008 05:00 PM |
| Displaying "Powered By Pligg" Footer ... | konakevin | General Help | 5 | 08-26-2007 01:45 AM |
| I lost my footer and weird submitting error | meisy | "Digital Nature" | 1 | 01-11-2007 09:30 PM |
| footer template misplaced on index | cryptkeeper | Bug Report | 0 | 01-14-2006 07:54 PM |