IE7 only float-right dropping
-
Hello,
I am having an IE7 float right problem, but it does not seem related to widths, as I have removed them and it is not related to min-heights it seems either. The clearfloat fix doesn’t seem to help.
<div class="rss_feeds"> <?php the_content('<p class="serif">Read the rest of this page »</p>'); ?> <h3>Main Feed</h3> <li><a href="<?php bloginfo('rss2_url'); ?>">Subscribe <img src="<?php bloginfo('template_url');?>/images/rss.gif" alt="rss" /></a></li> <h3>Feeds By Section</h3> <?php wp_list_categories('title_li=&orderby=id&exclude=1,5,6,19,20,21,22&hide_empty=0&feed_image='.get_bloginfo('template_url').'/images/rss.gif&feed=XML'); ?> <h3>Feeds by Author</h3> <?php wp_list_authors('exclude_admin=0&show_fullname=1&hide_empty=1&feed_image='.get_bloginfo('template_url').'/images/rss.gif&feed=XML'); ?> </div>
And my CSS:
div.rss_feeds { margin: 10px 10px 10px 20px; width:200px; float: left; min-height:1px; } div.rss_feeds li { padding: 0px; margin-left: 10px; } div.rss_feeds img { border:none !important; float:right; }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘IE7 only float-right dropping’ is closed to new replies.