Posts tagged as ' Webkit ' ...

07 Jan 2010 @ 5:36 PM 

Hello.

I was trying to figure out a way to preload CSS images, by javascript or CSS. Unfortunately all the methods I found are not effective, since even tho the images are loaded, when the CSS part that contains an image which is not accessible when the site first opens, it still requires it and downloads it. I checked the net panel in firebug and it wasnt very pretty.

However these methods do work if you try to load images into an <img> tag:

+ Continue Reading This Article

Posted By: Dinulescu Alexandru Adrian

Last Edit: 07 Jan 2010 @ 05:36 PM

EmailPermalinkComments (0)

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)