|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
<caption align="bottom"> CSS equivalent?
I use the caption element on most tables, and often want it to be at the bottom of the table. Using <caption align="bottom">, will cause the validator to hic-cough with;
Warning: <caption> attribute "align" has invalid value "bottom" Posted error explanations were no help. I know this attribute is deprecated in html4.0 in favor of style sheet positioning. I would like to code strict xhtml, but I haven't found the proper declaration yet. I will certainly appreciate a solution. cheers, gary
__________________
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. Ask a better question, get a better answer. |
|
#2
|
||||
|
||||
|
Code:
<caption style=" vertical-align: bottom;"> HTH
__________________
Cheers, Jamie # skiFFie | Home of the 'accessibility module' for Drupal # Jamie Burns [me] Accessibility Module [drupal] # guidelines | search | wap resources | not getting help | fold to cure # Any form of employment is strictly prohibited ...... __________________ Let the might of your compassion arise to bring a quick end to the flowing stream of the blood and tears ..... Please hear my anguished words of truth. __________________ |
|
#3
|
||||
|
||||
|
Wouldn't work as embedded or inline. Sigh. Any other ideas?
cheers, gary |
![]() |
| Viewing: Dev Shed Forums > Web Design > CSS Help > <caption align="bottom"> CSS equivalent? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|