HighDots Forums  

Help with background-repeat style

alt.html.dhtml alt.html.dhtml


Discuss Help with background-repeat style in the alt.html.dhtml forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Ryan
 
Posts: n/a

Default Help with background-repeat style - 12-17-2003 , 06:15 PM






My css class contains the text shown below. My page has nothing on
it. It happens to be an asp.net web form (.aspx). When I bring the
page up in IE or NN my background image shows in the upper left
corner, but does not repeat/tile. I want it to tile down the left
side of the page. What am I doing wrong?

body
{
background-image: url(sidenavbg.gif);
background-repeat: repeat-y;
background-position: top left;
}



Thanks.
Ryan Grimard

Reply With Quote
  #2  
Old   
Ryan
 
Posts: n/a

Default Re: Help with background-repeat style - 12-18-2003 , 07:59 AM






Forget it. I found my problem. My image was huge (lots of white
space) and therefore was repeating well off the bottom of the visible
page.

Ryan

rgrimard (AT) veridiem (DOT) com (Ryan) wrote in message news:<8f5884b4.0312171515.4f9913c7 (AT) posting (DOT) google.com>...
Quote:
My css class contains the text shown below. My page has nothing on
it. It happens to be an asp.net web form (.aspx). When I bring the
page up in IE or NN my background image shows in the upper left
corner, but does not repeat/tile. I want it to tile down the left
side of the page. What am I doing wrong?

body
{
background-image: url(sidenavbg.gif);
background-repeat: repeat-y;
background-position: top left;
}



Thanks.
Ryan Grimard

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.