change title style

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • unicorn
    New Member
    • Sep 2006
    • 23

    change title style

    how is that possible to change for instance <img title="my home" src="something> title style to make it look better, not that standard. I've seen that on couple of sites, but they were changing it with really long javascript and css style-sheet. i tryied to figure out but i couldnt. i would appriciate your help. thanks in advace.
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    Perhaps you are seeing Ajax? This is a combination of javascript and XML. When you hover over the image, does some neat little "tooltip" popup containing another image or styled text? Then it probably is and you can learn more in the javascript/ajax board.

    Comment

    • AricC
      Recognized Expert Top Contributor
      • Oct 2006
      • 1885

      #3
      Originally posted by unicorn
      how is that possible to change for instance <img title="my home" src="something> title style to make it look better, not that standard. I've seen that on couple of sites, but they were changing it with really long javascript and css style-sheet. i tryied to figure out but i couldnt. i would appriciate your help. thanks in advace.
      Try this link, it has a good example of what you are trying to do.

      Aric

      Comment

      • unicorn
        New Member
        • Sep 2006
        • 23

        #4
        Originally posted by AricC
        Try this link, it has a good example of what you are trying to do.

        Aric
        thanks a lot AricC , this is exactly what i need. thanks again :)

        Comment

        Working...