go41

the info you need to know


von Joern
Keine Kommentare

HiBetween my navigation bar, and slider, I have a horrible gap that appears in IE6 and 7I'm guessing it's to do with floats?Here's my code:Code:<div id="header-container"><div id="head" class="clearfloat">      <div class="clearfloat">         <div id="logo" class="left">            /"><img src="<?php echo get_option('home'); ?>/wp-content/themes/arthemia/images/logo.gif" width="976px" height="86px" alt="" />       …


von Joern
Keine Kommentare

this is a common problem with the Featured content gallery as it is usingdiv id="featured"this is set in style.css of arthemia already to float right!you have it now inside the div class="title", put it before this line for testing, later remove the old title and content of headline.If you can't…