Website Top to Bottom

SpaceshipSpaceship
Watch

escortech

Established Member
Impact
0
i how do i get the webpage to stick to the bottom of the page, Wht i mean is so its the full lenght of screen no matter what resolution you use if that makes sense
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
GoDaddyGoDaddy
anyone ? i want the site to stick to the bottom of the users browser . no matter what size the screen is or how large the page gets too
 
0
•••
You can use CSS to do this.
Lets say you want your table to be 100% height...
Code:
<style>
html,body {height: 100%;}
table#example {height: 100%;}
</style>
<table id="example" width="100%" cellpadding="0" cellspacing="0" border="1">
...
 
0
•••
im just using Html in frontpage i done a temp inphotoshop sliced it put it in frontpage etc. anyway to do it as HTML or somthing ?
 
0
•••
That is HTML. :\
 
0
•••
You should also set the margins to 0 for the top and bottom...
 
0
•••
Firstly, CSS can be stuck into HTML similar to javascript, although CSS defines styles. Secondly, only use Photoshop to get your various images - don't slice it and make HTML's out of it - at least try not to. It restricts and therefor sometimes ruins great designs.
 
0
•••
sry for post #4 how dumb am i lol ...
 
0
•••
Appraise.net

We're social

Spaceship
Domain Recover
CatchDoms
NameMaxi - Your Domain Has Buyers
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back