CSS Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsWeb DesignCSS Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old November 2nd, 2012, 04:45 AM
vikaspa vikaspa is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2002
Location: Mumbai
Posts: 108 vikaspa User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 14 h 30 m 7 sec
Reputation Power: 11
Display fractions

Dear all

I want to display fraction numbers for website that teaches addition and substration of fractional numbers


normally we write a .5 as 1/2 .25 as 1/4
I want to change the format and display
1/2 as 1 upon 2 (1 then there wil be dash "_" below it and below that number 2) on a single line

Repeating :
in shot 1/2 should be displayed as
1 upon 2
or
1 then there wil be dash "_" below it and below that number 2 on a single line

is this possible using css or any other method

example

1
--
2

Last edited by vikaspa : November 2nd, 2012 at 04:48 AM. Reason: wanted to show an example

Reply With Quote
  #2  
Old November 2nd, 2012, 05:02 AM
MrFujin's Avatar
MrFujin MrFujin is offline
Lord of the Dance
Dev Shed Loyal (3000 - 3499 posts)
 
Join Date: Oct 2003
Posts: 3,130 MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level)MrFujin User rank is General 11st Grade (Above 100000 Reputation Level) 
Time spent in forums: 2 Months 2 Weeks 1 Day 6 m 48 sec
Reputation Power: 1736
What about this method:
http://changelog.ca/log/2008/07/01/writing_fractions_in_html

Not exactly the format you search for but maybe close enough?

Reply With Quote
  #3  
Old November 4th, 2012, 01:39 AM
voidPirate voidPirate is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2012
Posts: 15 voidPirate User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 5 h 27 m 53 sec
Reputation Power: 0
Send a message via Skype to voidPirate
Go ahead and try this. Not to sure how intuitive this will be for you, but worked fine for me!

PHP Code:
<style>
li{
    list-
stylenone;
}

.
top{
    
width10px;
    
border-bottom1px solid;
}
</
style>
</
head>

<
body>
<
ul>
    <
li class="top">1</li>
    <
li>2</li>
</
ul>
<
ul>
    <
li class="top">1</li>
    <
li>2</li>
</
ul>
</
body

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignCSS Help > Display fractions

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap