Weird

admin

Administrator
Staff member
<!-- m --><a class="postlink" href="http://www.sixfoottallrabbit.co.uk/">http://www.sixfoottallrabbit.co.uk/</a><!-- m -->
This works on my friends computer but it doesn't work on mine.
I'll upload the pics for you...
My Computer: <!-- m --><a class="postlink" href="http://www.sixfoottallrabbit.co.uk/pwnfuk4h!.JPG">http://www.sixfoottallrabbit.co.uk/pwnfuk4h!.JPG</a><!-- m -->
Friends Computer: <!-- m --><a class="postlink" href="http://www.sixfoottallrabbit.co.uk/hh.jpg">http://www.sixfoottallrabbit.co.uk/hh.jpg</a><!-- m -->
What is it like for you?
How do I fix this?
Thanksas to why it works on one firefox and not the other, idk? but trying to look through your code is pretty bad... im sorry i can't help, but will try to offer some advice...

to float something to the right (div#advert) use float right like you did with a specified width like you did... then let everything else wrap around it... no extra divs are needed...Nah thanks though.Ok the restacking weirdness seems to be related to the .content overflow:auto. Remove that and put clear:both in the .footer and the layout will become stable. Then try putting a little clearing div right below your last hozrule to see if that will bring the bottom of the content div down below all your floated divs.

<div style="clear:both"></div>Thank you so very much! I'll keep that in mind. :D
 
Top