Background Help!

Akkarin

New Member
Messages
1,654
Reaction score
0
Points
0
Right here's the problem, on my site the content and afilliate parts have a white background, they are iframe's. I have tried everything to get the background to be a specific image, in Dreamweaver it shows up perfectly fine, but when I upload it it's white, I've even tried making a random colour!

Anyone got any ideas or suggestion?
Here's the site: http://vermill.x10hosting.com
 

03moscropl

Flash Freak
Messages
698
Reaction score
0
Points
0
It seams the code for it is being deleted try making a blank file in its name and cut and past the html from dreamweaver to the file in cpanel.
or see if you can make a seperated .css file for it.
 

Akkarin

New Member
Messages
1,654
Reaction score
0
Points
0
Ok, I tried the first suggestion, it didn't work. Do you know how to add a tag in CSS files saying make the background this file?

EDIT: I found out how to, but it still doesn't work!
 
Last edited:

Matthews255

New Member
Messages
826
Reaction score
0
Points
0
You must be using IE, iframes in IE have white backgrounds, i should know. Im still gettin round that problem.
 

03moscropl

Flash Freak
Messages
698
Reaction score
0
Points
0
try this

HTML:
.fade {background-image: url(/images/bg_steps_small.jpg);
this should fade it
HTML:
.background-image:url(img/cata-bg-g.jpg);
this should make it noraml using <div> tags

this might not work hey i tried gooogle:ermm:
 

Akkarin

New Member
Messages
1,654
Reaction score
0
Points
0
Ok, I tried it and it didn't work, nva mind thanks for the help though!
 

Jake

Developer
Contributors
Messages
4,057
Reaction score
5
Points
0
oh, i have the code at home and i can post it later tonight if you want to know how to make iframe backgrounds for IE
 
Top