|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
hi. i'm trying to have some text in a div, but also i want the text align to the bottom of the div. something like. but i don't know how... have a look at http://www.desorden.net/prueba.html
any ideas? thanks in advance |
|
#2
|
|||
|
|||
|
place the text into an absolutely positioned wrapper div and then set this divs bottom position using css e.g.
div.wrapper { position:absolute; left:0; bottom:0; } <div> <div class="wrapper">my text</div> </div> This will work only if the parent div is relatively or absolutely positioned. |
|
#3
|
|||
|
|||
|
still donīt work... http://www.desorden.net/prueba.html
|
|
#4
|
||||
|
||||
|
__________________
There are those who manage to build a web site without knowing what they're doing; thereby proving to themselves they do, indeed, know what they're doing. My html and css workshop, demos and tutorials. Ask a better question, get a better answer. |
![]() |
| Viewing: Dev Shed Forums > Web Design > CSS Help > css vertical text align |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|