1 reply [Last post]
valzedar
valzedar's picture
Offline
newbie
chico
Last seen: 15 years 4 days ago
chico
Joined: 2006-06-20
Posts: 3
Points: 0

how do i disable 3d borders in firefox using css.
i attached a page and now my border color at
least shows, but they are still 3d in firefox. any
answers out there?

gary.turner
gary.turner's picture
Offline
Moderator
Dallas
Last seen: 2 years 3 weeks ago
Dallas
Timezone: GMT-6
Joined: 2004-06-25
Posts: 9776
Points: 3858

3d borders in firefox

Are you talking about borders on tables? If so, do:

table {
    border: none;
    border-collapse: collapse;
    }

cheers,

gary

If your web page is as clever as you can make it, it's probably too clever for you to debug or maintain.