Register | Login
Views: 19364387
Main | Memberlist | Active users | ACS | Commons | Calendar | Online users
Ranks | FAQ | Color Chart | Photo album | IRC Chat
11-02-05 12:59 PM
0 user currently in Programming. | 3 guests
Acmlm's Board - I2 Archive - Programming - Wtf? Change you goddamn link >:! (CSS) | |
Add to favorites | "RSS" Feed | Next newer thread | Next older thread
User Post
Darth Coby

Vire
Dacht je nou echt dat het over was?
Dacht je nou echt dat ik gebroken was? Nee toch?
Nou kijk eens goed op uit je ogen gast.
zonder clic heb je geen kloten tjap... bitch
Level: 55

Posts: 1317/1371
EXP: 1240774
For next: 73415

Since: 03-15-04
From: Belgium

Since last post: 2 days
Last activity: 9 hours
Posted on 09-15-05 01:28 PM Link | Quote
On the new ExGFX Workshop layout I'm using hovering and such and when I hover over a link it's supposed to turn white and underlined. This works perfectly and all, but if I hover over an already visited link the link'll just stay the same. :O

Here's the code:
A:link {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
vertical-align: top;
color: #5893c9;
font-weight: none;
text-decoration: none;
}

A:hover {
color: #ffffff;
text-decoration: underline;
}

A:active {
color: #ffffff;
text-decoration: none;
}

A:visited {
color: #5893c9;
text-decoration: none;
}

Edit: Nevermind, I found it. For some unknown reason A:hover had to be the last A:* thing in the style.css.
Edit2: Oh, and this can be closed.
Edit3: And here's the correct code:
A:link {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
vertical-align: top;
color: #5893c9;
font-weight: none;
text-decoration: none;
}
A:active {
color: #ffffff;
text-decoration: none;
}
A:visited {
color: #5893c9;
text-decoration: none;
}
A:hover {
color: #ffffff;
text-decoration: underline;
}


(edited by Darth Coby on 09-15-05 05:10 AM)
(edited by Darth Coby on 09-15-05 07:52 AM)
(edited by Darth Coby on 09-15-05 07:54 AM)
HyperLamer
<||bass> and this was the soloution i thought of that was guarinteed to piss off the greatest amount of people

Sesshomaru
Tamaranian

Level: 118

Posts: 7091/8210
EXP: 18171887
For next: 211027

Since: 03-15-04
From: Canada, w00t!
LOL FAD

Since last post: 2 hours
Last activity: 2 hours
Posted on 09-16-05 08:56 AM Link | Quote
Yes, CSS is picky. I often have to reorder code chunks to get it working.
Add to favorites | "RSS" Feed | Next newer thread | Next older thread
Acmlm's Board - I2 Archive - Programming - Wtf? Change you goddamn link >:! (CSS) | |


ABII


AcmlmBoard vl.ol (11-01-05)
© 2000-2005 Acmlm, Emuz, et al



Page rendered in 0.008 seconds.