Topic: Naming Styles |
|
|---|---|
| Author | Thread |
|
Bipolar (III) Inmate From: Phoenix |
posted 06-26-2002 17:49
This is one of th0se topics that you end up thinking yourself around in circles... |
|
Bipolar (III) Inmate From: Phoenix |
posted 06-26-2002 18:15
... so, here I am, RTFM but I can't find WTFILF : ).. |
|
Maniac (V) Inmate From: Cell 666 |
posted 06-26-2002 18:24
td#table_out { |
|
Bipolar (III) Inmate From: Phoenix |
posted 06-26-2002 18:32
Hmm... tested, and didn't work : ( |
|
Maniac (V) Inmate From: under the bed |
posted 06-26-2002 18:44
Might I suggest some reading material: |
|
Bipolar (III) Inmate From: Berlin (almost) |
posted 06-26-2002 18:48
If you want to have a style that affects all the <td>s in a table called "foobar", you can use |
|
Bipolar (III) Inmate From: Phoenix |
posted 06-26-2002 18:52
Believe me, I'm R'ingTF'ingM... : ) |
|
Bipolar (III) Inmate From: Phoenix |
posted 06-26-2002 19:04
All right, I admit it, I feel like I'm being picked on. |
|
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 06-26-2002 19:25
KarL: quote:
|
|
Bipolar (III) Inmate From: Phoenix |
posted 06-26-2002 19:34
Emps: |
|
Bipolar (III) Inmate From: Phoenix |
posted 06-26-2002 19:37
Emps: |
|
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 06-26-2002 19:52
Karl: quote:
|
|
Bipolar (III) Inmate From: Phoenix |
posted 06-26-2002 19:59
Thanks Emps... |
|
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 06-26-2002 20:13
Karl: Is there an acronym manual as I really need to read it?? |
|
Bipolar (III) Inmate From: Berlin (almost) |
posted 06-26-2002 20:16
Karl: I don't think that there's anyone in here who doesn't want you to ask these questions. This place is about asking, receiving answers and learning. And if I notice that someone asks a couple of questions about the 'basics' of CSS, I'll sooner or later point him to ressources where he can get an overview about it by reading a tutorial, article, whatever. I'm not doing that to pick on you but to help you help yourself. |
|
Bipolar (III) Inmate From: Phoenix |
posted 06-26-2002 20:20
Kuckus: Thanks, I do appreciate your help. |
|
Bipolar (III) Inmate From: Berlin (almost) |
posted 06-26-2002 20:34
Well, I found an abbreviation manual: |
|
Bipolar (III) Inmate From: Phoenix |
posted 06-26-2002 20:43
Ok... this is F'n funny! |
|
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 06-26-2002 21:06
|
|
Maniac (V) Inmate From: Cell 666 |
posted 06-26-2002 21:16
The reason why my solution didn't work is because you were trying to call it as a CLASS instead of an ID like you asked. If you want to call it as a class then you would name it td.table_out { ... } and call it using <td class="table_out"> ... </td> Calling using my previous method can be done by writing <td id="table_out"> ... </td> |
|
Bipolar (III) Inmate From: Phoenix |
posted 06-26-2002 21:27
Ahh... you are correct. I did say "Tables ID'd..." my mistake. |
|
Bipolar (III) Inmate From: Detroit, MI |
posted 06-28-2002 04:14
i wouldnt suggest using <table id="something"> for CSS as it is poorly supported by browsers and can screw with your javascript. |
|
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 07-01-2002 22:19
Hmm? I'd disagree. Any browser that supports CSS, as far as I've seen, supports IDs on any element, except for maybe NN4. But I've certainly never seen it messing up javascript. |
|
Paranoid (IV) Inmate From: Seattle, WA, USA |
posted 07-01-2002 22:47
try using 1px instead of 1pt |
|
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 07-02-2002 00:59
I just wanna say that I don't think this was an obvious question. |