|
|
|
#9 |
|
Messages: n/a
Hébergeur: |
On 18 Sep, 17:15, Tedel <simply.te...@gmail.com> wrote:
> At Andy, I have authored many websites (as I work as a website > designer), but for this thread, I was talking about the case ofhttp://www.heptagrama.com >> body { font: normal .68em / 1.6em georgia; >> input, textarea {font: normal 11px verdana; Slap. |
|
|
|
#10 |
|
Messages: n/a
Hébergeur: |
What's wrong with that?
font: normal .68em / 1.6em georgia = font-size: 10px; line-height: 16px; font-family: georgia |
|
|
|
#11 |
|
Messages: n/a
Hébergeur: |
Tedel wrote:
> At Andy, I have authored many websites (as I work as a website > designer), but for this thread, I was talking about the case of > http://www.heptagrama.com http://www.heptagrama.com/pics/plantilla.css body {... font: normal .68em / 1.6em georgia; word-spacing: 1px; ...} ..68em? Two-thirds of everyone's default size. I had to increase the size about 130% before I could even read it. What is with the 1px word-spacing? You have forgotten a fall-back font family. Georgia, serif; I doubt if you need all that absolute positioning. The page won't fit in my fairly narrow browser window. Enter the URL of your stylesheet here: http://www.html.com/tools/csscheck/ There is some kind of issue producing lots of errors. The more common used W3C CSS validator chokes on it. This one can't handle it: http://jigsaw.w3.org/css-validator/validator.html -- -bts -Motorcycles defy gravity; cars just suck |
|
|
|
#12 |
|
Messages: n/a
Hébergeur: |
That said, would you recommend switching to something more like font-
size: 8pt; ? |
|
|
|
#13 |
|
Messages: n/a
Hébergeur: |
Tedel wrote:
> That said, would you recommend switching to something more like font- > size: 8pt; ? > font-size: 100% Let the user determine the font size he wants. -- ================== Remove the "x" from my email address Jerry Stuckle JDS Computer Training Corp. jstucklex@attglobal.net ================== |
|
|
|
#14 |
|
Messages: n/a
Hébergeur: |
Tedel wrote:
> That said, would you recommend switching to something more like font- > size: 8pt; ? No. You haven't read my other post(s) yet, I suppose. Points are for printing. http://k75s.home.att.net/fontsize.html Use 100%. -- -bts -Motorcycles defy gravity; cars just suck |
|
|
|
#15 |
|
Messages: n/a
Hébergeur: |
Tedel wrote:
> > font: normal .68em / 1.6em georgia = font-size: 10px; Maybe it does on your box, but not on mine. BTW, I have a minimum font size setting of 17px set in my browser. Don't assume every visitor to your web site has the same settings as you. -- Berg |
|
|
|
#16 |
|
Messages: n/a
Hébergeur: |
On Sep 19, 2:24 am, Tedel <simply.te...@gmail.com> wrote:
> > font: normal .68em / 1.6em georgia = font-size: 10px; line-height: > 16px; font-family: georgia > What's wrong with that? Well, it's not valid mark-up for a start. Here is an example from my main site. font-family: Arial,Helvetica,sans-serif; text-align: left; height: 10%; width: 70%; font-size: 100%; float: right; padding-bottom: 10px; color: #000000; padding-right: 1em; padding-left: 1em; display: block; background-color: #cccccc; } #footer { border: 3px solid #cc33cc; clear: both; text-align: center; background-color: #6600cc; -- Regards Chad. http://freewebdesign.awardspace.biz |
|
![]() |
| Outils de la discussion | |
|
|