Help - Search - Members - Calendar
Full Version: H0VERiNG
Forums > Resource Center > Webmasters' Corner > Webmasters' Corner Resolved Topics
xx__cI_e_3__xx
D0ES ANYBODY KNOW HOW TO MAKE ALL THE LETTERS CAPiTALiZED WHEN YOU H0VER OVER SOMETHiNG ??
iZnEedSuMcOkE
i don't think you can do that... huh.gif
HelloSunshine
use the same code you use for xanga& put it in your profile [anywhere works]
talcumpowder
CODE
<style>a:hover{text-transform:uppercaps;}</style>
me_myself_andi2003
you forgot
CODE
<style type="text/css">a:hover{text-transform:uppercaps;}</style>

you put that in you profile some where
xD
xx__cI_e_3__xx
iT DOESN`T WORK. i HAVE AN0THER H0VERiNG C0DE THAT i USED ON MY MYSPACE. i WANT TO USE B0TH OF THE CODES. AM i SUPP0SED TO PUT THEM T0GETHER ??



THAT`S MY CODE. ^^



THAT`S THE CODE YOU GUYS GAVE ME. ^^
talcumpowder
CODE
<style>A:hover{color:..ffffff;font:8pt arial;cursor:row-resize;letter-spacing:-0px;height: 0;text-transform:uppercaps;}</style>
xx__cI_e_3__xx
that doesn't work. sorry this is so hard ?? wacko.gif
IGB
QUOTE(xx__cI_e_3__xx @ Mar 28 2005, 8:43 PM)
iT DOESN`T WORK.  i HAVE AN0THER H0VERiNG C0DE THAT i USED ON MY MYSPACE.  i WANT TO USE B0TH OF THE CODES.  AM i SUPP0SED TO PUT THEM T0GETHER ?? 



THAT`S MY CODE.  ^^



THAT`S THE CODE YOU GUYS GAVE ME.  ^^
*


just add a line in your original code, so it looks like:
<style type="text/css">
A:hover{
 color:..ffffff;
 font:8pt arial;
 cursor:row-resize;
 letter-spacing:-0px;
 height: 0;
 text-align:;
 text-transform:uppercase;
}
</style>

even though I have no idea what your "text-align", "height" and "letter-spacing" are there for. and what does cursor: row-resize; mean? I dont think there's that "row-resize" property for cursor.
xx__cI_e_3__xx
eh thanks. it worked !! biggrin.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.