Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a23e4c3d0d2e5645

Jump to content

Template talk:Emote

Page contents not supported in other languages.
Add topic
From Wikipedia, the free encyclopedia
Latest comment: 12 years ago by Wnt in topic 😢 Mouseover woes 😢

😢 Mouseover woes 😢

[edit]

Some of these emoticons are really hard for me to figure out what they're supposed to be, and I'd like to add mouseover text. However...:

  • Putting ":hover: {do something};" (or with two colons, or none) in inline CSS doesn't work and is a vulgar error, even though the suggestion floats futilely around the web.
  • Putting something like
<style>
#uniqueid:hover {do:something;}
</style>
<a id="uniqueid">hello</a>
doesn't work because <style> just doesn't get processed by the Wiki parser
  • Even the desperate method of using an imagemap with a blank transparent gif in the background doesn't really work, because it doesn't handle a parameter. I suppose I could have a separate imagemap written up for every emoticon with its own mouseover text copied in as a string literal... but I just don't have the stomach for it just now.

Wnt (talk) 21:46, 9 December 2013 (UTC)Reply