OZONE Asylum
Forums
Stupid Basic HTML
100% and strech.
This page's ID:
9674
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
[quote] Anyone have any idea what I'm on about? [/quote] Uhmmmmm... OK, so is this image embedded in the page through the <img> tag? And you want this img to stretch the [i]height[/i] of the page? If that's this case, this is gonna require some CSS (yay). So give the <img> a class name, like so: [code]<img class="stretch" src="blah.jpg" height="[i]height of the actual image, not stretched[/i]" width="[i]width[/i]" border="0" alt="" />[/code] Then this CSS: [code] html, body { height: 100%; } img.stretch { height: 99%; /* not 100%, or you'll get scrollbars */ } [/code] At least, that's how I *think* it should work. Haven't tried it really... [img]http://omnizero.home.comcast.net/asylum/sigs/002.gif[/img]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »