Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS IE no the rest is okay Re: IE no the rest is okay

#125306
Paulie_D
Member

.link-2 {
display: inline-block;
float: left;

You have to pick one or the other…both will not work.

.link-2:hover {
text-decoration:none; <-- already stated no need to repeat
color:#171717 <-- missing semicolon
}

An actual link to the site would be more helpful.