Web Hosting Talk







View Full Version : wordpress template problem


bambinou
04-30-2010, 04:17 AM
Hi All,

I have just downloaded this template here:

http://83.170.115.218/~music666/music-for-games/

It seems to work in Firefox but not IE, I have been looking everywhere on the net for help about this webfolio template but did not find anything.

Is there something wrong you can see from here?

The carousel and the small picture top left are not showing.



Regards,

BamBam

Driver01
04-30-2010, 04:52 AM
Works in IE7 but not 8 which is pleasant surprise.

Try adding a width of around 910px to the main #slider div in css:

#slider{
width: 910px;

as for the image top-left, if you mean the logo part then that is not showing in FF either, just that FF will display the alt as a replacement and IE shows the 'red X' with the alt, the problem is the img src is empty:

<img alt="Music Needed for Games.com" src=""/>

bambinou
04-30-2010, 05:49 AM
Thanks Driver,

I will give it a try later on.

Regards,


BamBam