View Full Version : stars and boxes help


toastxbananas
10-14-2004, 08:15 PM
hey ok two things

i notice someone asked about a code which makes links sparkle when the mouse hovers over them. here it is:

<style type="text/css"><!-- a:hover {background:url(http://members.asianavenue.com/risa-cute-image/starglow.gif); text-decoration: none;} //--></style>

if you have an xanga you wanna put that in the custom header.

also, is there any type of code out there which puts a border around each new weblog entry/post? that would be great

peppy-roni
10-24-2004, 08:54 AM
<style type="text/css">
table.blogbody {
/* this edits the other the place where the blog is */
border: 2px dashed purple;
background: black ;
width:500px;
}
</style>


if you want a solid border, replace "dashed" with solid......or dotted, or whatever. :)