OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
CSS -- backgrond-repeat: repeat-y && height: 100% not playing nice
This page's ID:
24217
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
The site is [url]genjo.net[/url]. I'm probably doing this wrong, but what I'd hoped would work would be that the repeated img slice on the left, set to repeat vertically and having a height of 100% would repeat down a page of arbitrary length. To test, I set the content div on it's right to height: 1000px. The image repeats correctly, but only for the length of the initial visual page. After scrolling down to see the rest of the 1000px content div, the repetition on the left appears to have stopped at the initial page length. Offending CSS here: #left-column { position: absolute; top: 0; left: 0; background-image: url(img/slice.jpg); background-repeat: repeat-y; height: 100%; width: 116px; z-index: 0; } #content { position: absolute; top: 51px; left: 117px; height: 1000px; } And the page code has everthing but these two items commented out. Any idea what I'm doing wrong, or how this should actually be done?
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »