hover text
Posted: Fri, 2008-05-09 19:18
http://customfit.extechla.com, is there any way to have some text apper when one of the buttons at the top is hovered over? any ideas?
Danny G Guillory Jr
Network Administrator
Posted: Fri, 2008-05-09 19:18
http://customfit.extechla.com, is there any way to have some text apper when one of the buttons at the top is hovered over? any ideas?
Danny G Guillory Jr
Network Administrator
Enthusiast
Posts: 223
Joined: 2008-03-16
Lots of ideas, how about an
Posted: Fri, 2008-05-09 20:00
Lots of ideas, how about an alt tag?
But maybe you begin with a menu using ul and li and moving your styles into a stylesheet.
Regular
Posts: 48
Joined: 2006-01-31
Location: Lafayette, La
My styles are in s
Posted: Fri, 2008-05-09 20:09
My styles are in s stylesheet?
Danny G Guillory Jr
Network Administrator
Enthusiast
Posts: 223
Joined: 2008-03-16
Not all
Posted: Fri, 2008-05-09 20:21
Not all your styles
style="border-width:0px;"But that wasn't the main point. Use an undefined list for your navigation before you think about adding anything else to your buttons
Enthusiast
Posts: 137
Joined: 2007-05-07
Location: Nashville
here...this is a really easy
Posted: Fri, 2008-05-09 20:26
here...this is a really easy way to do what I think you want.
http://www.detacheddesigns.com/blog/blogSpecific.aspx?BlogId=32..This is a very simple way to create CSS Tooltips that can be formatted however you like.
-Jeffrey Way | <a href="http://www.detacheddesigns.com/blog" title="Detached Designs Blog">My Blog </a>
newbie
Posts: 5
Joined: 2008-05-08
Add a title attribute.
Posted: Sat, 2008-05-10 02:32
Hi,
The simplest way to make a desired text appear is to add a title in the image the place whare you have written the image tag. A text like this will appear. Demo
Enjoy!
Guru
Posts: 2605
Joined: 2005-12-14
Location: Victoria British Columbia
While most browsers do
Posted: Sat, 2008-05-10 02:48
While most browsers do display a tool tip for a title attribute not all do and it is not part of the html or CSS specifications, so you should not use it for that purpose since it is not reliable.
I am not now, nor was I ever, any kind of "dude".
Ed Seedhouse
newbie
Posts: 5
Joined: 2008-05-08
I tried on different browsers
Posted: Sat, 2008-05-10 03:03
Hey,
I have just tried this on MSIE6,7, Firefox and opera. It seems to work fine. Only problem i saw is with opera where it displays something like "Title: Desrcription" instead of simply "Description". I think that should not be a big issue.
I have only the latest versions of browsers currently so I am not able to test it on older browsers. Do post what you get on older browsers.
BBye!
Guru
Posts: 2605
Joined: 2005-12-14
Location: Victoria British Columbia
The point is that a browser
Posted: Sat, 2008-05-10 03:31
The point is that a browser can stil follow the standards and not do this. So if the next version of, say IE, stops doing it you have no basis for complaining and your page becomes less functional.
Depending on non-standard behaviour for an effect is taking a chance that a pro really should't be taking.
I am not now, nor was I ever, any kind of "dude".
Ed Seedhouse