|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
css titles
alright can anyone shed some light on how to style image titles
|
|
#2
|
||||
|
||||
|
styling image titles
If you mean the image tag's alt attribute that shows when the image doesn't load, and appears as a tooltip when it's moused over, I don't think there is a way to style it. You can place a title on the page and style it with CSS though eg.
Code:
<span style="text-align: center; font-weight: bold; color: #0f0;"> Picture Title Here <br /> <img src=".... </span> |
|
#3
|
|||
|
|||
|
well I really want to get the styled title(tool tip) look, so i have an idea on how to do this using javascript and css
but thanks for the info anyways |
|
#4
|
||||
|
||||
|
tool tips
Yes, I have seen visible<->invisible relative spans using mouseover<->mouseout javascript code to create this effect. You should be able to find an example online, in fact I'm sure I saw one in DevShed.
![]() |
|
#5
|
||||
|
||||
|
|
![]() |
| Viewing: Dev Articles Community Forums > Web Design > Advanced Web Development > css titles |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|