Modify graphics of title attributes and descriptions-enterprise
-
I would like to modify the graphics of the title attributes in my menu and the descriptions in my side bar.
When you roll over the menu titles and links on my side bar there are descriptions with graphics that do not work for size and color in my blog. I would like to change that but I am not able to figure out which part of the cs controls that
The blog I need help with is: (visible only to logged in users)
-
Are you talking about the descriptions that come up with the yellow boxes? If so, that is not styled in the CSS. How that displays is actually controlled by the browser itself, not the theme or the CSS.
-
In other words I can not do anything about it? I have seen suggestions such as
css Syntax
// for a element titles
a[title] { font:bla; background:(url to image with round corners); color:bla; padding: enough to bring the background out; }
// for all element titles
*[title] { font:bla; background:(url to image with round corners); color:bla; padding: enough to bring the background out; }but i tried various versions of this and could not make it work. I have seen several sites where the graphics are different but I can not figure out how to control that.
Thank you for any help you can give me.
- The topic ‘Modify graphics of title attributes and descriptions-enterprise’ is closed to new replies.