Go Back   Pligg CMS Forum > Pligg Development > Pligg Templates > Template Support > Old Templates > "Digital Nature"

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-20-2006, 10:07 AM
unu unu is offline
Casual Pligger
 
Join Date: Nov 2006
Posts: 54
Thanks: 1
Thanked 25 Times in 9 Posts
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]-->
Reply With Quote
  #2 (permalink)  
Old 12-23-2006, 10:23 AM
New Pligger
 
Join Date: Jun 2006
Posts: 24
Thanks: 3
Thanked 0 Times in 0 Posts
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
Reply With Quote
  #3 (permalink)  
Old 12-23-2006, 12:29 PM
Constant Pligger
 
Join Date: Nov 2006
Posts: 150
Thanks: 30
Thanked 15 Times in 11 Posts
Send a message via MSN to disier
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]>
work fine for me
Reply With Quote
  #4 (permalink)  
Old 12-23-2006, 04:40 PM
Casual Pligger
 
Join Date: Dec 2006
Posts: 33
Thanks: 6
Thanked 3 Times in 3 Posts
Code:
<!--[if IE 6]>
<style type="text/css" media="screen">
#footer{literal}{{/literal}
position:relative;
{literal}}{/literal}
</style>
<![endif]-->
after

Quote:
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="{$my_pligg_base}/templates/{$the_template}/css/ie7.css" media="screen" />
<![endif]-->
works too.
Reply With Quote
The Following User Says Thank You to coes For This Useful Post:
  #5 (permalink)  
Old 12-25-2006, 12:41 PM
kbeeveer46's Avatar
Pligg Developer/Admin
Pligg Version: 0
Pligg Template: none
 
Join Date: Jun 2006
Location: Muncie, Indiana
Posts: 3,547
Thanks: 254
Thanked 649 Times in 513 Posts
This has been committed to the Pligg code.
__________________
I accept donations for my time helping users like you on the forum and IRC.
Reply With Quote
  #6 (permalink)  
Old 12-28-2006, 05:57 PM
unu unu is offline
Casual Pligger
 
Join Date: Nov 2006
Posts: 54
Thanks: 1
Thanked 25 Times in 9 Posts
Quote:
Originally Posted by carlo View Post
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
my mistake,

correct is
<!--[if lte IE 6]>

(means "if iE 6 or lower")
Reply With Quote
  #7 (permalink)  
Old 12-28-2006, 07:45 PM
New Pligger
 
Join Date: Oct 2006
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
how about putting just the
Quote:
#footer{literal}{{/literal}
position:relative;
{literal}}{/literal}
in here

Quote:
<!--[if IE 6]>

<script type="text/javascript">
if (typeof blankImg == 'undefined') var blankImg = '{$my_pligg_base}/templates/{$the_template}/images/blank.gif';
</script>
<style type="text/css" media="screen">
body{literal}{{/literal}
behavior:url({$my_pligg_base}/templates/{$the_template}/css/iehfix.htc);
{literal}}{/literal}
#header a#logo{literal}{{/literal} behavior:url({$my_pligg_base}/templates/{$the_template}/css/iepngfix.htc);
{literal}}{/literal}

</style>
<![endif]-->
before
Quote:
</style>
Reply With Quote
Reply

Thread Tools
Display Modes
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
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


Search Engine Friendly URLs by vBSEO 3.2.0