Sorry, I think this is Java related but...

  • Thread starter Thread starter Anonymous
  • Start date Start date
A

Anonymous

Guest
Hi,
Does anyone know how the browsable tables in PHPMyAdmin have the changing background colour? I want to use the effect in a table on my website...

:wink:

Thank you for your time :D

atw
 
atw said:
Hi,
Does anyone know how the browsable tables in PHPMyAdmin have the changing background colour? I want to use the effect in a table on my website...

:wink:

Thank you for your time :D

atw
Use CSS...
 
Do non-CSS browsers ignore CSS scripting? or does it have bad effects on the page?

Thank you for your help...
 
atw said:
Do non-CSS browsers ignore CSS scripting? or does it have bad effects on the page?

Thank you for your help...

most of them will ignore it, some of them will try to fulfill yur wishes and fudge everything up...In the Web Design in a Nutshell of O'Reilly you can find a good list of which css functions are supported by what browsers :) It really is a good book (one of the few books that really are good)
 
Back
Top