Template talk:Confirm: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>JulienDethurens
Using the abbr Element
>JulienDethurens
Line 4: Line 4:


However, it would be easy to get the same appearance by using CSS. <div style="border-top:1px dashed;padding-bottom:.5em;height:1em"><div style="font-size:75%;float:left">[[User:JulienDethurens|JulienDethurens]]</div><div style="font-size:75%;float:right">20 February 2012</div></div>
However, it would be easy to get the same appearance by using CSS. <div style="border-top:1px dashed;padding-bottom:.5em;height:1em"><div style="font-size:75%;float:left">[[User:JulienDethurens|JulienDethurens]]</div><div style="font-size:75%;float:right">20 February 2012</div></div>
This should give you the same appearance than the abbr attribute (I copied the appearance given to it by Firefox, <abbr title="Internet Explorer">IE</abbr> and Google Chrome might give it a different appearance):
<code>
<sup>[<span style="border-bottom-style: dotted; border-bottom-width: 1px;" title="This statement needs confirmation">confirm</span>]</sup>
</code>
Result:
<sup>[<span style="border-bottom-style: dotted; border-bottom-width: 1px;" title="This statement needs confirmation">confirm</span>]</sup>
<div style="border-top:1px dashed;padding-bottom:.5em;height:1em"><div style="font-size:75%;float:left">[[User:JulienDethurens|JulienDethurens]]</div><div style="font-size:75%;float:right">20 February 2012</div></div>

Revision as of 22:35, 20 February 2012

Using the abbr Element

I'm not sure we can really consider this as an abbreviation, neither an acronym, so I don't think using the abbr element here is appropriate.

However, it would be easy to get the same appearance by using CSS.

20 February 2012

This should give you the same appearance than the abbr attribute (I copied the appearance given to it by Firefox, IE and Google Chrome might give it a different appearance):

[confirm]

Result:

[confirm]

20 February 2012