1 reply [Last post]
Joella
Joella's picture
User offline. Last seen 8 years 25 weeks ago. Offline
newbie
Joined: 2003-08-11
Posts: 3
Points: 0

Okay, I'm new, be gentle guys1

My site, www.the-best-resume.com is shaping up nicely. However in Opera 5 for the Mac, the padding on my boxed (bordered) links is not showing up.

It appears to work in IE5.1 Mac and in Netscape 7, just fine.

Is the opera thing a bug, does anyone know a work-around?

Here are the styles I am using to get the boxed links with the css mouseover effect.

a.two:link {
color: #f69;
padding: 3px;
border: 2px solid #f69;
background-color: #cff;
text-decoration: none;
}

a.two:visited {
color: #f69;
padding: 3px;
border: 2px solid #f69;
background-color: #cff;
text-decoration: none;
}

a.two:hover{
padding: 3px;
border: 2px dashed #09f;
background-color: #ffc;
text-decoration: none;
}

a.two:active {
color: #f69;
padding: 3px;
border: 2px solid #f69;
background-color: #cff;
text-decoration: none;
}

Any help would be appreciated.

casey
casey's picture
User offline. Last seen 3 years 20 weeks ago. Offline
rank Regular
Regular
Timezone: GMT-5
Joined: 2003-08-01
Posts: 17
Points: 0

Re: Opera 5 Mac, padding not showing

Nice page!

Wish I could offer you advice. The only thing I can tell you is that the padding doesn't show up on Opera 6.02 for Mac either. It'd be interesting to see if the problem exists in Opera for other operating systems.