CSS links
i'm pretty new dw gentle. links have been styled black on pages. black in design view, have hex value black in css in code view , they're black when @ pages in live view.
when preview in safari or firefox links behave styled hover etc appear in blue colour otherwise.
any hints handy. first site not technobabble please..
thanks
links have following states:
normal
visited
hover
active
focus
now define styles in following order:
a { }
a:link { }
a:visited { }
a:focus { }
a:hover { }
a:active { }
now should started , can ask follow-up clarify not clear here.
good luck.
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment