HI Georg,





Thanks for the fixes!!  I added them and the entire layout shows up in IE--Yeah!







Best,


Ana



 





 



-----Original Message-----

From: Gunlaug Sørtun <gunla...@c2i.net>

To: stariga...@aol.com

Cc: css-d@lists.css-discuss.org

Sent: Fri, 6 Feb 2009 11:27 am

Subject: Re: [css-d] Some Links don't appear in IE6












stariga...@aol.com wrote: 

 


> <http://www.eveandellie.com/New/index2.htm> 

 


> The problem is that the page looks as it is intended in Firefox, but 
> as you’ll see in IE6, the headline links (Flower girl, Juniormaid, 
> Ringbearer and Toddler  plus the small brown text below these) in the 


>  content area don’t show up. 

 


I see one IE6 bug, and one designer bug :-) 

 


To fix: 

 


1: in the source-code, add a <br /> jus
t above <div id="headlines"> to 


separate that absolute positioned element from the floating <div 


id="content">. 


That's IE6's bug - absolute positioned elements next to floats tend to 


vanish. 

 



2: in the CSS, add... 

 


#headlines {top: 0;left: 0;} 

 


...so that element doesn't get "positioned in thin air". 


That's your "designer bug" - missing positions makes absolute 


positioning pretty unreliable. 

 



regards 


   Georg 


-- 
http://www.gunlaug.no
 





 



 

Great Deals on Dell Laptops. Starting at $499. 



 

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to