Jump to content

HTML problem


tissot

Recommended Posts

When you set up background images in tables with no problem, but if you change the resolution of your monitor to higher, the background images of the tables wont resize, the question is how? I was thinking of making the specific tables to be 100%. background image height = 100% for example but won't that work? Thanks.

Link to comment
Share on other sites

The background image is always 100% x 100% (body size). But it only works with a 100% x 100% html/body.
source: http://www.cssplay.co.uk/layouts/background.htmlI don't believe you can resize your background image in a table. I would recommend using background-repeat to repeat the image depending on what the image is it might work.
Link to comment
Share on other sites

well if your background is a pattern you could repeat it like this: http://www.devguru.com/Technologies/css/qu...at_example.htmlSee the top section where the same image is repeated over and over again. You can do something like this but it doesn't always look good. Try it and see if you like it.CSS: ( http://www.w3schools.com/css/pr_background-repeat.asp )table { background-repeat: repeat-x; }

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...