I want a table with one giant TD so that it has the big box outline, but the lines aren't separated. However, I want each line to be a certain color... How can I do this? I know it is possible,...
Type: Posts; User: Black Roses Burn Brightly; Keyword(s):
I want a table with one giant TD so that it has the big box outline, but the lines aren't separated. However, I want each line to be a certain color... How can I do this? I know it is possible,...
Where can I host my cursors to use in my website(s)?
I read on DD, the code where you can change the color of your scrollbar on mouseover, I was wondering if there's a way to make the scrollbar transparent and then make it "non-transparent" (couldn't...
Well I don't exactly have an example because I can't seem to get it working, but I can explain to you in a simple way what I am trying to do...I have a row of pictures that are linking to pages, and...
well there's an absolute position code for positioning images or other things by the number of pixels from the left and top, but it doesn't seem to work for text, is there a way to get text...
Can anyone provide me with a code for absolute positioning of text? Thanks :)
yes, it changes for a split second and then changes to the one i have assigned, here is the code i am using:
<style>body, a:hover{cursor:...
I have noticed that when you make the mouse cursor change when you hover a link that it tries to change to the hand pointer before it changes to the one you want it to...Is there a way to avoid this?
I have a code for making an image's colors invert on mouseover:
<STYLE TYPE="text/css">
IMG{
filter: No Filter;
}
A:LINK IMG{ filter: No Filter }
A:HOVER IMG{ filter: Invert }
</STYLE>...