[css-d] IE positioning problem (background in list element)

2008-08-02 Thread Jeff Ferrell
Hi, everyone!

I'm just having a small but perplexing layout problem in IE (7, at  
least...I haven't looked lower) --

The page is here: http://www.rchseaglesnest.org

The area in question is in the bottom left-hand corner, labeled  
Recent Comments. In Firefox, the avatar icons appear where I want  
them to: the little triangle bit is in line with the first line of  
text. In IE, the triangle is raised above the text.

The avatar icons may be a red herring -- the triangle is the  
background of an li element, positioned a fixed distance in from the  
edge (the width of the avatars). The avatar icons are absolutely  
positioned in the corner of the li. Here's the stylesheet:
http://rchseaglesnest.org/wp-content/themes/eaglesnest/style.css
(Search for below-video to find the applicable section.)

I really appreciate any insights on this -- I'm stumped!

Thanks!
Jeff.
__
css-discuss [EMAIL PROTECTED]
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/


Re: [css-d] IE positioning problem (background in list element)

2008-08-02 Thread Ingo Chao
Jeff Ferrell wrote:
 Hi, everyone!
 
 I'm just having a small but perplexing layout problem in IE (7, at  
 least...I haven't looked lower) --

As long as nobody on this high school uses IE6, its ok. Those who do
probably have to get used to that page.

 
 The page is here: http://www.rchseaglesnest.org
 
 The area in question is in the bottom left-hand corner, labeled  
 Recent Comments. In Firefox, the avatar icons appear where I want  
 them to: the little triangle bit is in line with the first line of  
 text. In IE, the triangle is raised above the text.
 
Add haslayout to
#below-video ul li

Ingo

-- 
http://www.satzansatz.de/css.html
http://www.dolphinsback.com
__
css-discuss [EMAIL PROTECTED]
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/