|
|
#10 (permalink) |
|
SurPerson
On a golden path...
Joined in Jul 2004
Lives in front of my laptop
Hosted on Sync
437 posts
Gave thanks: 0
Thanked 1 Time in 1 Post
|
If you want it to stay x pixels to the right and y pixels down, use the following CSS:
position:absolute; left: xpx; top: ypx; E.X. If you wanted to use an element named table that's 100 pixels down and 90px to the right: .table{position:absolute; left: 90px; top: 100px;} And then in the table or IFRAME: class="table"
__________________
Me: TeeJay Server: Sync (Statistics) Site: technoized.com (Statistics) chown -R us ./base |
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Rate This Thread | |
|
|