Show Bid Request
JavaScript to change Font Size of Web Page
Bid Request Id: 47785
|
|
|
Posted by: |
Luis Cantero (8 ratings)
(Software buyer rating 10)
|
Non-action Ratio: |
Good - 35%
|
Posted: |
Feb 11, 2003 11:56:10 AM EDT
|
Bidding Closes: |
Feb 13, 2003 8:30:00 PM EDT
|
Viewed (by coders): |
71 times
|
Deadline: |
2/14/2003
TIME EXPIRED
|
|
|
|
Description:
I need help with some kind of JavaScript code that changes the font size of a web page. I have tried many methods but haven't found an appropiate one yet.
Before you bid, please read the following as it will save time to both of us.
The following method does not work:
document.body.style.fontSize = size + "px";
It doesn't work because if I have some text in a FONT tag that contains a SIZE attribute, it doesn't get resized.
I've attached a sample web site that has a method that works partially, it uses CSS.
I'm looking for a method that will allow users to view the page with a larger font if they have trouble reading with the normal font size.
The method should work and I don't want to have to change any tags in any web pages.
IE and NS should be supported.
Deliverables: 1) Complete and fully-functional source code of all work done.
Platform:
IE, Netscape
Must be 100% finished and received by buyer on:
Feb 14, 2003 EDT
Deadline legal notes: All times are expressed in the time zone of the site EDT (UT - 5). If the buyer omitted a time, then the deadline is 11:59:59 PM EDT on the indicated date.
Additional Files:
This bid request includes IMPORTANT additional attached files. Please download and read fully before bidding.
Remember that contacting the other party outside of the site (by email, phone, etc.) on all business projects < $500 (before the buyer's money is escrowed) is a violation of both the software buyer and seller agreements.
We monitor all site activity for such violations and can instantly expel transgressers on the spot, so we thank you in advance for your cooperation.
If you notice a violation please help out the site and report it. Thanks for your help.
|
|
Bidding/Comments:
|
All monetary amounts on the site are in United States dollars.
Rent a Coder is a closed auction, so coders can only see their own bids and comments. Buyers can view every posting made on their bid requests. |
See all rejected bids (and all comments)
Name |
Bid Amount |
Date |
Coder Rating |
|
|
This bid was accepted by the buyer!
|
$7 (USD)
|
Feb 11, 2003 12:49:25 PM EDT
|
10
(Excellent)
|
|
|
Try including something like this in your header:
<style>
body {font-size: 10px;}
font {font-size: 10px;}
</style>
Any other tags you would be using will try this same method. It should work. Thanks and good luck,
James |
|
|
|
|
|