|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
Using CSS on text only sites
Ive just finished building my site and ive implemented a text only alternative. I have not used CSS deliberately as i am unsure whether this, in some cases, is not supported by certain browsers. Reason i ask is because i want to specify font size as a % rather than px or pt so that end users can change the view to text "small" or "large" Would i be better off doing this in the html or by attaching a CSS?
Thanks in advance, cuban
__________________
I came to bring the rain! |
|
#2
|
||||
|
||||
|
Presonally, I would leave out CSS altogether. If you use the correct structure, then everything will shrink / exand as desired anwyay, ie.
<h1></h1> <h2></h2> <p></p> <h3></h3> <p></p> etc....
__________________
Cheers, Jamie # mdb4u | mobile movie database] | Please help to test and promote # skiFFie | Home of the 'accessibility module' for Drupal # Jamie Burns [me] Accessibility Module [drupal] # guidelines | search | wap resources | not getting help | fold to cure __________________ Let the might of your compassion arise to bring a quick end to the flowing stream of the blood and tears ..... Please hear my anguished words of truth. ![]() __________________ |
|
#3
|
||||
|
||||
|
cubanallstar83,
Check out the W3C website. There you can learn about the newly proposed Web standard norms that ALL browsers/developers/etc must comply to in order to ensure compatibility & standardisation. You will also learn CSS is highly recommended by W3C, although not fully supported by all browsers (see http://www.w3.org/Style/CSS/#browsers for a list of browsers that support CSS). >> I have not used CSS deliberately as i am unsure whether this, in some cases, is not supported by certain browsers Any web developer must use a HTML & CSS validator to make sure the page/site complies to the W3C norms. You can find additional information at: http://www.w3.org Cheers, |=#shAm4n |
![]() |
| Viewing: Dev Shed Forums > Web Design > CSS Help > Using CSS on text only sites |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|