![]() |
xhtml question - Printable Version +- MacResource (https://forums.macresource.com) +-- Forum: My Category (https://forums.macresource.com/forumdisplay.php?fid=1) +--- Forum: Tips and Deals (https://forums.macresource.com/forumdisplay.php?fid=3) +--- Thread: xhtml question (/showthread.php?tid=48016) |
xhtml question - tuqqer - 01-25-2008 I'm attempting to create a drop-down effect on this page: http://www.braintoniq.com/where-to-buy.php if you click on Colorado, some information drops down underneath it. However, what I'm trying to do is get the word "Colorado" underlined, so that it appears more like an obvious hyperlink (and so that it changes the cursor to a hand). So it stands out more to a visitor. I know there's a way to do this, because I've seen it on other sites. I just can't figure it out. Re: xhtml question - mattkime - 01-25-2008 CSS - cursor: pointer; (gives you the cursor seen when over links) text-decoration: underline; Re: xhtml question - tuqqer - 01-25-2008 Thanks Matt! Not sure how to add that, but I've got a friend that can help. Appreciate it. |