[Webkit-unassigned] [Bug 9603] no means for styling a[onclick] links to look like a[href] links

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sat Aug 12 20:02:13 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=9603





------- Comment #9 from christopher.bentley at gmail.com  2006-08-12 20:02 PDT -------
(In reply to comment #8)
> I have a webpage that uses <span onclick="foo()">. it only exists in that form
> if the user has javascript, and is used to unhide extra data. without
> javascript, the data is displayed anyway. 
> [...]
> I want to tell the browser, "Hey, style this element as if it were a link,
> using whatever the user's preferences for that are"

<a href="#additonalData" onclick="showContent();return false">Foo</a>
<div id="additonalData">Bar</div>


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list