Topic: Force font size in Firefox (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: College Station, TX |
posted 10-26-2005 08:17
Is it even possible to have text that can't be resized? |
Paranoid (IV) Inmate From: London |
posted 10-26-2005 10:46
No, Firefox doesn't fix 'px' values like IE does, this is an accessability decision, a nice way around it would be to make the pink bar the background and borders of the unordered list tag, that way when the list items are resized the background will grow accordingly, if you need more help with this let us know. |
Bipolar (III) Inmate From: College Station, TX |
posted 10-26-2005 18:16
That would be the solution if it wasn't for the header graphic overhanging the menu bar. |
Paranoid (IV) Inmate From: Florida |
posted 10-26-2005 22:58
You could replace each rectangular area of white in the text (or even each pixel) with a white-background'd div. |
Bipolar (III) Inmate From: College Station, TX |
posted 10-28-2005 02:31
Ok, I'm having another problem with the same page. |
Bipolar (III) Inmate From: College Station, TX |
posted 10-28-2005 02:34
Also need help with the alignment in IE. It so ALMOST works perfectly. :,( |
Paranoid (IV) Inmate From: Florida |
posted 10-28-2005 06:18
Your doctype is gimpy and should cause quirks mode (think "omfg let's render it like it's 1996-mode") in pretty much all popular graphical browsers. code: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
code: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
Bipolar (III) Inmate From: College Station, TX |
posted 10-28-2005 07:14
OK well, that just broke everything worse. |
Maniac (V) Mad Scientist From: :morF |
posted 10-28-2005 08:48
hmmmm... I think (and I could be wrong, that's been happening frequently lately) that you should be able to do: code: #footer { position: absolute; bottom: 0px; }
|
Bipolar (III) Inmate From: College Station, TX |
posted 10-28-2005 21:57
Unfortunately, no. |