Submit Your Article Webforumz RegistrationAnnouncements Contact Webforumz StaffContact
Home Resources Blogs Meet the Team Contact Register
 

Go Back   WebForumz.com > The Code > HTML, XHTML and CSS

Reply
 
LinkBack Thread Tools
Old July 27th, 2007, 10:41 AM   #1
New Member
 

Join Date: Jul 2007
Location: Dallas, TX
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 Skelbo is on a distinguished road
Smile It's a bird! It's a plane! It's...Superscripted!!!

How many times have you superscripted a registered trademark and had the Designer/Client/Project Manager complain that the trademark affects the line height spacing in a paragraph?

Not only that, but how tedious is it to have to code the same link in two places?

Tedium:
<a href="foo.htm">Acme</a><sup>&reg;</sup><a href="foo.htm">Widget Co.</a>

Here's a nifty little snippet of CSS that will make superscripting a hassle-free, no fuss, breeze.

Shiny New code and CSS:
<a href="foo.htm">Acme<sup>&reg;</sup> Widget Co.</a>
Code:
sup
{
font-size:90%;
text-decoration:none;
vertical-align:text-top;
}
This makes the superscripted text 90% the size of the name, aligns it to the top of the line (but doesn't affect the line height) and best of all removes the underline from the link.

Easy cheesy!
Skelbo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old July 27th, 2007, 12:04 PM   #2
Elite Veteran
 

Join Date: Sep 2006
Location: Pink House
Posts: 3,941
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 Lchad is a name known to all Lchad is a name known to all Lchad is a name known to all Lchad is a name known to all Lchad is a name known to all Lchad is a name known to all
Re: It's a bird! It's a plane! It's...Superscripted!!!

Isn't that brilliant! Thanks!
Lchad is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Bookmarks

Tags
css , superscript , superscripted , superscripting , tips


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Walking along a plane alexgeek Flash and ActionScript 2 November 12th, 2007 07:09 PM


Search Engine Optimization by vBSEO 3.2.0 RC8