..oO(UteFanJason)
Quote:
Thanks so much. That took care of it. I didn't even know about that option. It
isn't listed at w3schools (where I have started all of my web development
learning). |
You might find it helpful to use tools like DOM Inspector or Firebug in
the Firefox browser or Dragonfly in Opera (built-in). With them you can
deeply investigate the internal object structure (DOM) of a page,
including all properties and attributes of every single object (can be a
bit overwhelming when you see it the first time ;-) ) and informations
about the box model (e.g. dimensions of the selected object).
Then you can search the Web for further informations about the
properties of interest.
Quote:
Thanks again. You have taken a lot of stress out of a point of learning. |
You're welcome.
Micha