|
Posted by Marcus Stollsteimer on 01/23/06 19:28
Jonathan N. Little wrote:
> Marcus Stollsteimer wrote:
>> Hi group,
>>
>> is there a css-version of the target attribute, so that
>> I can express
>>
>> <a href="gnat.html" target="somthing">Link</a>
>>
>> by
>>
>> <style type="text/css">
>> a { target:something; }
>> </style>
>>
>> and
>>
>> <a href="gnat.html">Link</a> ?
>
> No.
>
> Firstly "target" is an HTML *attribute* not a CSS style *property*
> and cannot set or create the attribute. Now you can style all A
> elements that have target attributes with the selector:
Sorry, what I really meant is:
Can I replace the HTML attribute with some CSS style property
that has the _same effect_, like
a { some-target-property:something; }
Regards,
Marcus
--
See, that's the thing about philosophy--
it's not all that functional once you get out of class. -- W. Allen
Navigation:
[Reply to this message]
|