![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have used below the following parameters in my stylesheet.This give me a grey background around my tables that contains the sites content. This works fine using Microsoft Internet Explorer but does not work on Mozilla and Netscape browsers as you can see at www.windsoraccess.co.uk . Could someone let me know how I can resolve this issue. Thanks in advancce body {font-size: 8pt; font-family: arial, sans-serif, helevicta; color:black; text-align: center; background color: #a0a0a0;} table {font-size: 9pt; font-family: arial, sans-serif, helevicta; color:black; text-align: left; background color: white} |
#3
| |||
| |||
|
|
In article <1164106860.134556.107200 (AT) e3g2000cwe (DOT) googlegroups.com>, johnny15 <jburton (AT) windsorkomatsu (DOT) co.uk> wrote: I have used below the following parameters in my stylesheet.This give me a grey background around my tables that contains the sites content. This works fine using Microsoft Internet Explorer but does not work on Mozilla and Netscape browsers as you can see at www.windsoraccess.co.uk . Could someone let me know how I can resolve this issue. Thanks in advancce body {font-size: 8pt; font-family: arial, sans-serif, helevicta; color:black; text-align: center; background color: #a0a0a0;} table {font-size: 9pt; font-family: arial, sans-serif, helevicta; color:black; text-align: left; background color: white} From the error console: Warning: Expected ':' but found 'color'. Declaration dropped. Source File: http://www.windsoraccess.co.uk/ Line: 5 Warning: Expected ':' but found 'color'. Declaration dropped. Source File: http://www.windsoraccess.co.uk/ Line: 11 s/background color/background-color/ -- John P Baker |
#4
| |||
| |||
|
|
body {font-size: 8pt; |
#5
| |||
| |||
|
|
JP. Baker wrote: In article <1164106860.134556.107200 (AT) e3g2000cwe (DOT) googlegroups.com>, johnny15 <jburton (AT) windsorkomatsu (DOT) co.uk> wrote: [snip] body {font-size: 8pt; font-family: arial, sans-serif, helevicta; color:black; text-align: center; background color: #a0a0a0;} [snip] From the error console: Warning: Expected ':' but found 'color'. Declaration dropped. Source File: http://www.windsoraccess.co.uk/ Line: 5 [snip] Pardon my ignorance as I am only a novice.....what do I need to do to remedy the situation??? And am I right at thinking these errors are on my stylesheet at lines 5 and 11 where i have stated the background colors???? |
#6
| |||
| |||
|
|
I have used below the following parameters in my stylesheet.This give me a grey background around my tables that contains the sites content. This works fine using Microsoft Internet Explorer but does not work on Mozilla and Netscape browsers as you can see at www.windsoraccess.co.uk body {font-size: 8pt; font-family: arial, sans-serif, helevicta; color:black; text-align: center; background color: #a0a0a0;} table {font-size: 9pt; font-family: arial, sans-serif, helevicta; color:black; text-align: left; background color: white} And while you're fixing things, here's something else I noticed: |
#7
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |