seeing different tables?
- Started
- Last post
- 5 Responses
- jbenjohnson
This is the strangest thing -
I'm working on a new site and just created some css to style a few tables.
I've got a border around the tds and a background on the theads.
BUT, my coworker is not seeing the border or background. He is seeing all of the other 2000 lines of css, just not the table styles. Happens in both Firefox and Safari after clearing cache/history etc.
Any ideas why just the table styles aren't working?
- Samush0
are you using a reset stylesheet? you should be if you're not.
Eric Meyer's reset stylesheet:
http://meyerweb.com/eric/tools/c…the only other option would be check all your css through thoroughly.
FireBug addon for firefox will help you here because it can tell you what css rules are applied to an element.
http://getfirebug.com/
- jbenjohnson0
using a partial reset.
but - everybody else (9 ppl) in the office is seeing the correct styles in a variety of browsers.
it's just localized to HIS computer. And JUST the table styles.
- Samush0
get firebug onto that! if still no good then do even wider testing on various platforms and browsers- if it still only happens to one person then it must be a weird one-off. that's unlikely though.
i'm out of ideas sorry!
- jbenjohnson0
yeah i'll get into firebug see waht i can see.
- jbenjohnson0
bump