Hi there,

I have a little problem with my site, it's very new and i'm trying to get it all up together as best as I can, when viewing it in Firefox the sidebars, and the panels display a white->gray fade, but in IE, it just all shows white.

See what I mean here: www.bangbangtech.com

If anyone can offer any advice on this it would be most appreciated, or just to check and see if it's an issue with my browser alone then that would be useful, cheers.

BBT

Recommended Answers

All 2 Replies

css maybe?

body{ background: url('images/grad_gray600.jpg')#cccccc repeat-x top;

try

body{ background: url('/wp-content/themes/premiumnews/images/grad_gray600.jpg')#cccccc repeat-x top;

IE may not follow relative link from the .css ??

css maybe?

body{ background: url('images/grad_gray600.jpg')#cccccc repeat-x top;

try

body{ background: url('/wp-content/themes/premiumnews/images/grad_gray600.jpg')#cccccc repeat-x top;

may not be able to follow relative link from the .css ??

Thanks for this, I'd obviously checked the code a few times but had failed to notice that there was no space between the /grad_gray600.jpg')and the #cccccc - popped it in and it seemed to solve the problem.

Thanks again.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.