Hi, I'm just wondering if one can set the color of... let's say a th, so that depending on the user's system/browser, the default color would show. What I mean is, if you were to just indicate a border for a table like this:
<table border=1>
...you would end up with a certain color, depending on the system. Can something be done like this using CSS?
th {border-left: 1px solid inherit}
or am I nutzzz!
<table border=1>
...you would end up with a certain color, depending on the system. Can something be done like this using CSS?
th {border-left: 1px solid inherit}
or am I nutzzz!