473,320 Members | 1,952 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,320 software developers and data experts.

Cross-Browser Compatibility - CSS Font Format

This section of code works perfectly in IE, but not Firefox or Netscape, where the paragraph formatting and color are lost. Suggestions?? Thanks.

<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta http-equiv="refresh" content="300">

<style type="text/css">
p.yelnorm{font-family: arial; font-weight: normal; (color: rgb(189, 151, 45); text-align: center; font-size: 13px;}
p.bluestrong{font-family: arial; font-weight: bold; (color: rgb(102, 102, 204); text-align: center; font-size: 22px;}
p.bluenormbold{font-family: arial; font-weight: bold; (color: rgb(102, 102, 204); text-align: center; font-size: 13px;}
body{background-color: ffffff}
</style>

</head>

<body >

<p class="yelnorm">
This a personal page, created for quick, school-morning access to UCDSB school bus information, plus county weather conditions.
<br />
If you haven't cleared your cache (history) you may get yesterday's bus information or weather. Click "Refresh" or F5 to reload the page.
</p>
Jul 10 '06 #1
4 6185
sashi
1,754 Expert 1GB
hi there,

here are some tips & trick of FireFox.. check it out.. good luck my fren.. :)

http://www.mozilla.org/support/firefox/tips
http://lesliefranke.com/files/firefoxyourway/
http://www.w3schools.com/css/css_colors.asp

css reference..
http://www.w3schools.com/css/css_reference.asp
Jul 10 '06 #2
Banfa
9,065 Expert Mod 8TB
You have an extra parenthisys in all your lines highlighted below:

p.yelnorm{font-family: arial; font-weight: normal; (color: rgb(189, 151, 45); text-align: center; font-size: 13px;}
Jul 11 '06 #3
Thank you for your help. I have corrected the error and I will also check the Firefox links provided.
Jul 12 '06 #4
Is IE more forgiving than other browsers? I ask this because the online copy of the page that originally contained that code not only displayed properly in IE, but validated at http://validator.w3.org/. Does this mean that Firefox and Netscape conform more closely to W3C requirements?
Jul 12 '06 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Web Science | last post by:
Site and Features: http://www.eigensearch.com Search engine, eigenMethod, eigenvector, mathematical, manifolds, science, technical, search tools, eigenmath, Jacobian, quantum, mechanics,...
12
by: * ProteanThread * | last post by:
but depends upon the clique: ...
3
by: rollasoc | last post by:
Hi, Doing a bit of system testing on a Windows 98 laptop. (.Net 1.1 app). Did a bit of testing. Loaded a previously saved file. A gray box appeared with the text and buttons all white...
0
by: Web Science | last post by:
Site and Features: http://www.eigensearch.com Search engine, eigenMethod, eigenvector, mathematical, manifolds, science, technical, search tools, eigenmath, Jacobian, quantum, mechanics,...
23
by: Jeff Rodriguez | last post by:
Here's what I want do: Have a main daemon which starts up several threads in a Boss-Queue structure. From those threads, I want them all to sit and watch a queue. Once an entry goes into the...
0
by: Web Science | last post by:
Site and Features: http://www.eigensearch.com Search engine, eigenMethod, eigenvector, mathematical, manifolds, science, technical, search tools, eigenmath, Jacobian, quantum, mechanics,...
7
by: Scott M. | last post by:
How can I disable the cross-site scripting check for one particular page of a site?
8
by: Pieter | last post by:
Hi, I'm having some weird problem using the BackGroundWorker in an Outlook (2003) Add-In, with VB.NET 2005: I'm using the BackGroundWorker to get the info of some mailitems, and after each item...
3
by: jlamanna | last post by:
I was wondering if there was a utility that could tell you when your C# application is making cross-apartment COM calls. I have a fairly large application that makes extensive use of a 3rd party...
6
by: ampo | last post by:
Hello. Can anyone help with cross-domain problem? I have HTML page from server1 that send xmlHTTPRequest to server2. How can I do it? Thanks.
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.