|
|
|
|
|
|
Posted: Thu Mar 30, 2006 3:55 pm
Two codes pretty much.
1. What's the code to get rid of the border, or line on the right side of where the header picture should be?
2. What's the code to get rid of the actual word links that appear when you scroll over the pm/trade/friend/ignore buttons?
|
 |
 |
|
|
|
|
|
|
|
|
Posted: Thu Mar 30, 2006 8:37 pm
To get rid of the border on the right of the header, I used:
#header{ position: relative; border-right: 0px;}
|
 |
 |
|
|
|
|
|
|
|
|
|
|
Posted: Fri Mar 31, 2006 12:45 am
Arancia 2. What's the code to get rid of the actual word links that appear when you scroll over the pm/trade/friend/ignore buttons? You mean the alt tags, like the word "trade" appearing when you hover over the trade button? You can't. They have to be there to comply with some form of accessibility law, I think.
|
 |
 |
|
|
|
|
|
|
|
|
Posted: Fri Mar 31, 2006 6:52 pm
Isaviel Deschain Arancia 2. What's the code to get rid of the actual word links that appear when you scroll over the pm/trade/friend/ignore buttons? You mean the alt tags, like the word "trade" appearing when you hover over the trade button? You can't. They have to be there to comply with some form of accessibility law, I think.
She's referring to the actual text, not the hovering text. I've had problems with this. I can't remember if text-indent: -500000px; works, but you might try that. Also, making the height of the link (#tradeButton a) less than the actual height of the section (#tradeButton) does work. There's some weird bug with that.
|
 |
 |
|
|
|
|
|
|
|
|
|
|
Posted: Fri Mar 31, 2006 7:40 pm
Okay, I fixed the second one, but now when I put the border code in, it didn't take out the line. confused
|
 |
 |
|
|
|
|
|
|
|
|
Posted: Sat Apr 01, 2006 11:39 pm
That's a weird thing with IE. (The border is gone when you're using Firefox.) I've played around with it, and I can't find what it is that is causing the line. I think it's something to do with the menu that opens up, but I don't know for sure. Sorry.
I like your profile, by the way.
|
 |
 |
|
|
|
|
|
|
|
 |
|
|
|
|
|