Log in

View Full Version : someone PLEASE help me



iheartyou
08-13-2009, 02:33 PM
hey,

this is driving me crazy. Please visit www.chapel-gate.co.uk

Im guessing if you look at the 'recent news articles' if looks fine. Now look at my attached img. This is how it look in IE6. I cannot for the life of my figure out how to fix this, please help!

tonyking
08-13-2009, 08:30 PM
I think adding <div style="clear:both;"> after your recent_info div is closed should clear that up.

TheJoshMan
08-14-2009, 06:24 AM
.recent ul li {
background-image:url(images/small-arrow.gif);
background-position:center top;
background-repeat:repeat-x;
display:block;
float:left;
margin:0;
padding-bottom:5px;
padding-top:8px;
width:100%;
}


get rid of "float:left;" and add "clear:both;" like this:



.recent ul li {
background-image:url(images/small-arrow.gif);
background-position:center top;
background-repeat:repeat-x;
display:block;
clear:both;
margin:0;
padding-bottom:5px;
padding-top:8px;
width:100%;
}

iheartyou
08-14-2009, 12:38 PM
awww i honestly thought that had worked then :( after i added clear:both, in my browser i saw it move VERY slightly.. but when i tested it in IE6, its still the same!

http://validator.w3.org/check?uri=http%3A%2F%2Fwww.chapel-gate.co.uk%2F&charset=%28detect+automatically%29&doctype=Inline&group=0&verbose=1&user-agent=W3C_Validator%2F1.654

would any of those have anything to do with it?

any other ideas? Cheers guys, thanks for helping