Neurotic Fishbowl: Text Style in CSS

« Weekend Update | Main Index | The Mostly Gold Toy Box »
comments | incoming pings | outgoing pings



strtotime ("December 8, 2002 07:44 PM")) { ?>

Text Style in CSS

I saw a site recently that had, I assume in CSS, set it so that when you hovered over a link, the link was in a box with dashed borders. I have looked through a ton of CSS references and through my blogroll but I can't find how to do it anywhere. Anyone want to fill me in?

.: Posted December 8, 2002 07:44 PM in I'm Looking For...., ";print substr($entry_cats, 0, -2); ?> :.


"; echo "Trackbacks on this post: ", $count, ""; $pingarray = "SELECT p.tbping_source_url, p.tbping_blog_name, p.tbping_created_on, p.tbping_excerpt, p.tbping_tb_id, t.trackback_id, t.trackback_entry_id FROM mt_tbping p, mt_trackback t WHERE (p.tbping_blog_id = $blogid) and (t.trackback_entry_id = $entry_id) and (t.trackback_id = p.tbping_tb_id)"; $resultping = mysql_query($pingarray) or die (mysql_error()); while ($row = mysql_fetch_array($resultping)) { //set up the variables being used - the date can be configured below $url = ($row['tbping_source_url']); $blog = ($row['tbping_blog_name']); $date = date("F d, Y g:i A", strtotime($row['tbping_created_on'])); $excerpt = ($row['tbping_excerpt']); echo "

", $excerpt, "

"; echo "
Posted by "; echo "", $blog, ""; echo " on ", $date, "
"; } ?>

Ping this post
http://www.neuroticfishbowl.com/mt/mt-tb.cgi/939




"..."




Comments

Show me where the site is and I can tell ya as soon as I see it, i'm not sure exactly whatcha mean =)

.: Dania said on December 8, 2002 08:00 PM :: link it :.

I had them on my site. I copied the css from another site. I'll see if I can't find it and forward it to you.

.: susan said on December 8, 2002 08:03 PM :: link it :.

Sure, just ask the CSS goddess ;)
add this to your a:hover section of your stylesheet:
border: dashed 1px green;
or whatever color you want. There's several other styles -- solid is probably the one you know, but there's dashed, dotted, double (which must be 3px or wider to be seen) and some others :)
Darlin', I know I've missed a few IMs from you because I wasn't at my computer, so if you ever need something, email me if I'm not around - I keep missing you!!!

.: kristine said on December 8, 2002 08:24 PM :: link it :.

You're too early! Come back at December 8, 2002 07:44 PM to see this post.

Post a comment*:
{HTML ok, IP address logged}

Name:


E-mail Address: (Optional)


URL: (Optional)


Add a smilie (launches smilie 'palette')

Comments:


Remember info?





Subscribe to post
Unsubscribe to post
(e-mail field must be filled in)
Enter e-mail address to subscribe/unsubscribe to comments on this post without having to post a comment:
Subscribe to post
Unsubscribe to post
E-mail:
(e-mail field must be filled in) -->

* Please note: Comments that are inappropriate will be deleted - mean, spiteful, rude comments. Don't let that stop you from posting comments. Just wanted to let you know the rules of the house.