Christian Heilmann wrote:
Try using an alphanumeric character first, like "nav1". While the
specs seem not to forbid class names that are only numbers
http://www.w3.org/TR/html4/types.html#type-cdata
(it is a different issue for IDs!) I doubt browsers really understand
what is going on. So would
On 8/9/05, Marcel Pociot <[EMAIL PROTECTED]> wrote:
^ this email is invalid by the way, it is pretty annoying to get a
message about this back.
--
Chris Heilmann
Blog: http://www.wait-till-i.com
Writing: http://icant.co.uk/
Binaries: http://www.onlinetools.org/
___
> Hi there,
>
> I'm currently trying to control an html tag with a class ID ,,1" , but I
> just can't change the settings of it.
>
> The html looks like this:
>
>
>
> src="nav/white_stripe_bg.gif">Staude des Jahres
> src="nav/white_stripe_bg.gif">Staudenportraits
> src="nav/whit
Hi,
not entirely sure about this, since I'd never begin a class with a number,
since it's not very descriptive. I'm guessing that it doesn't like the numeric
class name.
Try c1, c2, c3 and see if that makes a difference.
Shane.
> Hi there,
>
> I'm currently trying to control an html tag