Jump to content

how to .....


jian_xin85

Recommended Posts

IE has some differences on frame backgrounds. A background is recommended to be at the document in the frame itself, elseways IE would not be able to view it. IE specially forces frames to have a blank white background, at least on load. It is better to apply the style to the inner document.To apply them, use style like these:

...<body style="background-color:#dedede">...
...body { background-color:#dedede; }...
You may apply your own style as these were examples. More style:
background-image:url(URL-to-image);background-color:colorname;background-color:rgb(redvalue,greenvalue,bluevalue);background:url(URL-to-image) #hexcode;
Reference:http://www.w3schools.com/css/css_reference.asp#background
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...