|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Absolute positioning in a table cell?
Hi.
I have a problem.. I have a table in my site that has pictures aligned vertically down the page. Each picture is in a different cell, but in the same table. I was wondering if there was any way to absolutely position a picture (left to right) in a cell??? And can I make another table next to the right aligned table to put the text in?? www.senseof16.tk (links page) Cheers. |
|
#2
|
||||
|
||||
|
if you make the containing element position:relative, with no top or left, and then make the items in the container position:absolute with a top and left attribute, they will be absolutly positioned within the container.
__________________
new jersey web design |
|
#3
|
|||
|
|||
|
Hi, I don't quite understand what you mean. I have decided to have just one table, at the moment all the pictures are left aligned in the table but the text is absolutely aligned and not in the table. Is there any way to put the text in the table and absolutly align it??
Cheers. |
|
#4
|
||||
|
||||
|
Quote:
This is what i mean: http://www.mezzoblue.com/archives/2...ning_/index.php it's explained nicely there. -Greg |
|
#5
|
|||
|
|||
|
Thanks alot.. great help!
|
|
#6
|
||||
|
||||
|
Quote:
good. let me know if it works - to be honest I just assumed it would work in a table. I'm not positive. |
|
#7
|
|||
|
|||
|
How can I align the whole website centered on any res? My mate who is using another computer says my site is all misaligned??? But I have centered all my tables!!!
|
|
#8
|
||||
|
||||
|
bookmark this page --> http://www.bluerobot.com/web/css/center1.html <--- that's a hack that works for IE, and Mozilla browsers for centering page layouts using CSS. It's only a hack becuase IE improperly applies text-align:center; to block level elements rather than just text.
<div id="this_hack"> blah blah blah </div>
__________________
The Standards! CSS 2 - CSS 3 - w3c CSS Validator - XHTML 1.1 - HTML 4.01 - w3c (X)HTML Validator - ActionScript Reference Links! Bert's Door and Lock Service | Brandon Erik Bertelsen | TextPattern |
![]() |
| Viewing: Dev Shed Forums > Web Design > Web Design Help > Absolute positioning in a table cell? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|