Jump to content

html background image


justaguy

Recommended Posts

Hello, Quick question about CSS and styling the html tag. I have applied a html background image to repeat along the x-axis of my landing page. The length of the image is custom to the length of the page. The image is a gradient. Looks great, no problem. My next web page requires the same html background image, again to be tiled. The issue is that the length of this page exceeds that of the the landing page therefore I need to apply a different image for the html background. My CSS is linked to the html and is external (resides in main.css) In other words, I need to apply a proportional gradient image to the html tag for this page and each consecutive page thereafter. I have measured the length, and updated my image. How would I go about applying the new html background, specific to page length for each after the landing page? Thanks in advance.

Edited by justaguy
Link to comment
Share on other sites

Please post the code for your landing page using the code tags.
I apologize for my ignorance here. Would that be the code for my html or CSS? I assume you'd only require the code that addresses the html tag, or the entire landing page itself? Code tags ..hmmmm? Is that something internal to the forums to address formatting, or are you referring to the html tags themselves? Thanks for your patience.
Link to comment
Share on other sites

I always feel as though I am "looking-a-gift-horse-in-the-mouth" when I have to ask for additional assistance when someone posts such a prompt solution. Sorry. How would I assign an ID to <html> when My current <html> is as follows: <html xmlns="http://www.w3.org/1999/xhtml"></html> The cooresponding CSS for my landing page Bg is as follows: html {background-repeat: repeat-x;background-image: url(../MNet%20Workbook/htmlSliceGrad.png);}

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