Posted By: CKurt | Jul 8th @ 9:56 AM
page 1 of 1
Comments: 9 | Views: 662
CKurt
CKurt
while( ( !succeed=try() ) ) { }

Hi,

Is it me or is Javascript in IE8 really slow? I like IE8 it's a really fun browser but lately on my WIN7 RC it becomes more and more slow. I'm currently working on http://beta.ksj.be and am seeing a HUGE different when I hover over the small links in the top banner (horizontal) between FF3 and IE8.

The images are pre cached, so why does it take javascript so long in IE8?

Harlequin
Harlequin
http://twitter.c​om/TrueHarlequin

They don't seem to be prefetched in IE7. Also are the photos in the header sized down properly? They load slow and they seem pixellated as if they are actually huge, almost like they're 800x800 but have a width/height of 80.

Harlequin
Harlequin
http://twitter.c​om/TrueHarlequin

Just noticed you're using JavaScript framework stuff...I shouldn't have viewed source Smiley

Why are you using images with javascript rollovers anyway. This isnt 1999 any more.

 

You'd be a lot better off just having text links and using the a:hover property in CSS. even using background images and a:hover would be better.

 

 

In that case id use background images on the a tags and change them using :hover

You should never use javascript for presentation purposes.

 

ZippyV
ZippyV
Fired Up

a:hover is all you need, and stop using those gigantic images for the slideshow.

page 1 of 1
Comments: 9 | Views: 662
Microsoft Communities