473,386 Members | 1,841 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Stylized text with absolute values vs. relative values and scalability on a Mac

I built my company's website and the content portion of the site uses
text with styles with relative values and the navigational part of the
site uses text with styles with absolute values. The purpose of this
was so that the end user could increase the size of the text on the
webpage and only the content portion of the page would scale or resize
but the navigation would not. This works as expected on a pc but the
entire page scales on a MAC. Does MAC not support text with styles the
same as pc so that the only scalable text is that with relative values
(ie: small, x-small, medium, large, etc)? Absolute values conist of
point sized text.
Here is a page sample:
http://www.otpp.com/web/website.nsf/web/companyprofile
All help and insite is appreciated.

Sep 20 '05 #1
2 1777
In article <11**********************@g14g2000cwa.googlegroups .com>,
<ro*********@gmail.com> wrote:
I built my company's website and the content portion of the site uses
text with styles with relative values and the navigational part of the
site uses text with styles with absolute values. The purpose of this
was so that the end user could increase the size of the text on the
webpage and only the content portion of the page would scale or resize
but the navigation would not. This works as expected on a pc but the
entire page scales on a MAC. Does MAC not support text with styles the
same as pc so that the only scalable text is that with relative values
(ie: small, x-small, medium, large, etc)? Absolute values conist of
point sized text.
Here is a page sample:
http://www.otpp.com/web/website.nsf/web/companyprofile
All help and insite is appreciated.


This is a function of what browser is being used, not the type of
computer. Firefox on a PC would work just like whatever browser you
are using on a MAC. Your specified text sizes are only suggestions
to the browser, not commandments.

--
= Eric Bustad, Norwegian bachelor programmer
Sep 20 '05 #2
ro*********@gmail.com wrote:
I built my company's website and the content portion of the site
uses text with styles with relative values and the navigational
part of the site uses text with styles with absolute values.
Why? Do you wish that people with poor eyesight aren't able to
navigate the site?
The purpose of this was so that the end user could increase the
size of the text on the webpage and only the content portion of the
page would scale or resize but the navigation would not. This
works as expected on a pc but the entire page scales on a MAC.
You are confusing "pc" with "Internet Exploder". My pc with Firefox
and Opera resizes everything quite easily. And fortunately.
Does MAC not support text with styles the same as pc so that the
only scalable text is that with relative values (ie: small,
x-small, medium, large, etc)? Absolute values conist of point
sized text.
Again, that's IE for Windows that has the flaw you are trying to
exploit. Don't do that.
Here is a page sample:
http://www.otpp.com/web/website.nsf/web/companyprofile

All help and insite is appreciated.


Some insight: get rid of all those microsizes - 8pt, 9pt, xx-small
and so forth - and use something we can read on a normal monitor.
Point (pt) is for the print medium, not screen. Use percentages, and
set the content to font-size: 100%;

Fix up your style sheet. You do not need to repeat the font-families
for every style. Do it once in the body {}.

"<!-- Hide script from old browsers" There aren't enough of the left
to require that.

There are 79 errors on that one page.
<http://validator.w3.org/check?verbose=1&uri=http%3A//www.otpp.com/web/website.nsf/web/companyprofile>

There are dozens of warnings with your CSS:
<http://jigsaw.w3.org/css-validator/validator?profile=css2&warning=2&uri=http%3A//www.otpp.com/web/website.nsf/web/companyprofile>

Near the "Print this page" button, it says, in plain view:
onmouseover="document.print.src=printon.src"
onmouseout="document.print.src=printoff.src">

None of your nav button tabs work. (hint: they require JavaScript]

--
-bts
-This space intentionally left blank.
Sep 20 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Ken Kast | last post by:
Here's my situation. I have a statically positioned table that has an image in a cell. I also have some layers, defined by absolute-positioned DIVs for some animation. Everything works until I...
8
by: Asad | last post by:
Hi, I am basically trying to accomplish drop down menus for navigation on a site. And I'm pretty much done except I am having one problem. The z-index is not working with relative positioning! ...
10
by: idiotprogrammer | last post by:
Hi, there, I'm trying to do something, and part of the problem is that I don't know how to describe the effect. One block will have a list of links stacked over one another and separated by p...
1
by: Mickey | last post by:
Hi, I have a script which works in both IE but is sluggish in Firefox. The script is a simple text scroller. It works perfectly in IE however in Firefox, the text scroll slower and eventually...
2
by: robbiehenry | last post by:
I built my company's website and the content portion of the site uses text with styles with relative values and the navigational part of the site uses text with styles with absolute values. The...
4
by: sweep | last post by:
Hi there, I have a problem with some CSS I'm writing and I was looking for a little help. I have a nav bar at the top and left side of my page in CSS which work fine. The remaining space has a...
1
by: xx75vulcan | last post by:
Howdy! I need to find a way to remove the absolute positioning on a JavaScript Menu that was given to me. If I remove the values "162" and "255" in the line: var pMenu = new...
0
by: JosAH | last post by:
Greetings, the last two article parts described the design and implementation of the text Processor which spoonfeeds paragraphs of text to the LibraryBuilder. The latter object organizes, cleans...
1
by: littlealex | last post by:
IE6 not displaying text correctly - IE 7 & Firefox 3 are fine! Need some help with this as fairly new to CSS! In IE6 the text for the following page doesn't display properly - rather than being...
26
by: Swifty | last post by:
I'm sending an HTML email to Lotus Notes and I'd like to hide some text from casual observation. There is nothing sinister in this; the text to be hidden is simply a 12-digit number that I use to...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.