Mon, 2006-06-26 21:55
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?
Tue, 2006-06-27 00:15
#1
3d borders in firefox
Are you talking about borders on tables? If so, do:
table { border: none; border-collapse: collapse; }
cheers,
gary