Re: Layout problem with IE7
CSS/HTML will not affect the processor to that extent. They will take a little while loading, but then return to normal.
What form of Flash content do you have on your page? JavaScripts? Those will be what affect the processor.
Re: Layout problem with IE7
I thought the same as you, but the problem disappears only if I remove that code. I've tried reducing the numbers of slideshows from 4 with 150 pics to 1 with 15pics and removing all the 3 youtube videoclips but nothing to do, the slideshow is slow anyway.
There are lots of myspaces with more than 2 slideshows and lots of youtube videoclips that have no problems. I've tried with Firefox and it has no problem even with the 4 slideshows with 150 pics and the 3 videoclips with that layout, but it slows down as IE7 if I add a transparency to the tables.
That's why I think the problem is in that code.
Slideshows code is like this
Code:
<object type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="all" height="320" width="426" data="http://lads.myspace.com/slides/slideshow_random.swf?u=353299817&aid=111474">
<param name="allowScriptAccess" value="never" />
<param name="allowNetworking" value="all" />
<param name="movie" value="http://lads.myspace.com/slides/slideshow_random.swf?u=353299817&aid=111474" />
<param name="flashvars" value="culture=it-IT" />
<param name="wmode" value="transparent" />
</object>
Re: Layout problem with IE7
Is that <object> tag the code generated by Myspace? Or did you make it yourself?
Re: Layout problem with IE7
The code for the slideshow is generated by myspace, I had just to copy and paste it.
Re: Layout problem with IE7
So, IE doesn't like transparency with the Flash. Instead of using transparency in the tables, why don't you use a semi-transparent PNG as the background to the tables?
Re: Layout problem with IE7
It seem we are on the same wavelength...
I was here now to write my solution and I see your suggestion that is the same.
I've just put a black png with 93% of opacity and it works.