Posts tagged as ' Safari Bug ' ...

27 May 2009 @ 10:26 AM 

Hello

While i was building a webpage for a client, i came across a very peculiar issue. It seems that webkit (safari/google chrome) have troubles understanding an absolutely positioned floated element

This is the HTML for the file in question.

<ul>
     <li class="selected"><a href="#"><span>Ficha Tecnica</span></a></li>
     <li><a href="#"><span>Ubiccaon Y Aroso</span></a></li>
     <li><a href="#"><span>Galeria De l'image</span></a></li>
     <li><a href="#"><span>Pricipaples operandos</span></a></li>
     <li class="last"><a href="#"><span>Mas Information</span></a></li>
</ul>
<div class="clear"></div>
<div class="stuff">
Relative Positioned Stuff Goes here
</div>

+ Continue Reading This Article

Posted By: Dinulescu Alexandru Adrian

Last Edit: 07 Jan 2010 @ 11:22 PM

EmailPermalinkComments (0)