开发者

Dreamweaver hotspot

Can I apply css style to dreamw开发者_开发技巧eaver hotspot? what I mean is to change backcolor,size,font size, etc...thanks


Hotspots, at least in my experience, are just the areas you define on an image that can be clickable. In HTML they add a map element to your code, assign that map to the image, and add area elements within the map element defining the region that is clickable. (see here: http://www.entheosweb.com/website_design/image_maps.asp)

In that case, you can't do much to control that area element with CSS.

If you're talking about hyperlinks (the element), then yes you can do all of the above. For example:

a:link, a:visited {
    background-color: Red;
    font-size: 24pt;    
}

UPDATE: If you want an easy way to style the message that appears when you hover over a hotspot, you can use this jQuery plug-in: qtip

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜