Firefox

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Firefox is ignoring some of the entries on my css.
In many cases firefox is holding truer than IE6 but in one important entry
it ignores it.
The css entry .le is ignored and the H3 variously misformed
site is currently online at www.bill.goldschein.name

Any ideas why?
FP 2003, XP
 
Starting here -

h2 { margin-bottom: 6px;
font-weight: bold;
color: #000066;
font-variant:normal; font-size:18pt; font-family:Eurostile;
margin-left:6; margin-right:6;
margin-top:0; text-align:left; line-height:150% }
}

you have a) two closing braces, and margin values without units. Make sure
your CSS is valid and you will see FF come into line with its display.

By the way, Eurostyle, and OCR A Extended are not web-safe fonts....
 
Oops
What are the web safe fonts?
--
bill


Murray said:
Starting here -

h2 { margin-bottom: 6px;
font-weight: bold;
color: #000066;
font-variant:normal; font-size:18pt; font-family:Eurostile;
margin-left:6; margin-right:6;
margin-top:0; text-align:left; line-height:150% }
}

you have a) two closing braces, and margin values without units. Make sure
your CSS is valid and you will see FF come into line with its display.

By the way, Eurostyle, and OCR A Extended are not web-safe fonts....
 
http://www.ampsoft.net/webdesign-l/WindowsMacFonts.html




| Oops
| What are the web safe fonts?
| --
| bill
|
|
| "Murray" wrote:
|
| > Starting here -
| >
| > h2 { margin-bottom: 6px;
| > font-weight: bold;
| > color: #000066;
| > font-variant:normal; font-size:18pt; font-family:Eurostile;
| > margin-left:6; margin-right:6;
| > margin-top:0; text-align:left; line-height:150% }
| > }
| >
| > you have a) two closing braces, and margin values without units. Make
sure
| > your CSS is valid and you will see FF come into line with its display.
| >
| > By the way, Eurostyle, and OCR A Extended are not web-safe fonts....
| >
| > --
| > Murray
| > ============
| >
| > | > > Firefox is ignoring some of the entries on my css.
| > > In many cases firefox is holding truer than IE6 but in one important
entry
| > > it ignores it.
| > > The css entry .le is ignored and the H3 variously misformed
| > > site is currently online at www.bill.goldschein.name
| > >
| > > Any ideas why?
| > > FP 2003, XP
| > > --
| > > bill
| >
| >
| >
 
Murray:
I have gotten a ton of good advice from you.
I appreciate it.
I thought I signed up for a newsletter some time ago from you, though I
could be wrong.
Do you have a site or a news letter?
 
Back
Top