Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
div or table placement?
Old 10-31-2005, 03:26 PM div or table placement?
Average Talker

Posts: 19
Trades: 0
I have a div within a table, within another table. I know there's a way to position absolute a div. Can you do this relative to it's position within the table? Can you position the table to an absolute position? If so on either, how?
HockeyFan is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 10-31-2005, 04:55 PM
funkdaddu's Avatar
Web Design Snob

Posts: 635
Trades: 0
Quote:
Can you do this relative to it's position within the table?
Yes, using position:relative

Quote:
Can you position the table to an absolute position?
Yes, using position:absolute, just like you would a DIV, but the table needs an id:

Code:
<table id="myTable">
and in your stylesheet:

Code:
#myTable { position: absolute; left: 100px; right:100px }
funkdaddu is offline
Reply With Quote
View Public Profile Visit funkdaddu's homepage!
 
Reply     « Reply to div or table placement?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.76972 seconds with 12 queries