Hey i just downloaded Netscape and Mozilla and my site looks sh!te. The shadow on the table and the left menu are not visible as people told me. The main menu is not visible too... Also that .jpg banner thingy looks pants, in IE it looks as i want it to... clear!
Not sure what i want to do at this stage, it takes a long time to design a big site and i don't have the time to make it compatible with all browsers. I'll just have to warn people before they enter... "This site is optimized for IE etc etc". In the future, i need to watch for the popularity of other browsers and adjust my site accordingly.
I am becoming more aware of the use of CSS. Here is what is on my external CSS at the mo...
BODY {background-image:url('4.jpg'); background-repeat:repeat }
.class90
td { background-image: url('90.jpg');
background-position: 20px 10px }
.class91
td { background-image: url('4.jpg');
background-position: 20px 10px }
body {scrollbar-arrow-color: fffff0;
scrollbar-base-color:000066;
scrollbar-dark-shadow-color: fffff0;
scrollbar-track-color: 000066;
scrollbar-face-color: 000000;
scrollbar-shadow-color:fffff0;
scrollbar-highlight-color: fffff0;
scrollbar-3d-light-color: fffff0;
}
.class1 A:link {text-decoration: none; color:#990033}
.class1 A:visited {text-decoration: none; color:#990033}
.class1 A:hover {text-decoration: none; color:#990033}
.class1 A:active {text-decoration: none; color:#990033}
.class2 A:link {text-decoration: none; color:#fffff0}
.class2 A:visited {text-decoration: none; color:#fffff0}
.class2 A:hover {text-decoration: none; color:#fffff0}
.class2 A:active {text-decoration: none; color:#fffff0}
.class3 A:link { text-decoration: underline overline;color:#000000}
.class3 A:visited { text-decoration: underline overline; color:#000000}
.class3 A:hover { text-decoration: underline overline; color:#000000}
.class3 A:active {text-decoration: underline overline; color:#000000}
.text {
font-size: 16px;
font-weight: bold;
color:#fffff0;
position: absolute;
left: 16px;
top: 76px;
z-index: 2
}
.shadow {
font-size: 16px;
U
font-weight: bold;
color:#000000;
position: absolute;
left: 18px;
top: 78px;
z-index: 1
}
- BODY {background-image:url('4.jpg'); background-repeat:repeat }
- .class90
- td { background-image: url('90.jpg');
- background-position: 20px 10px }
-
- .class91
- td { background-image: url('4.jpg');
- background-position: 20px 10px }
- body {scrollbar-arrow-color: fffff0;
- scrollbar-base-color:000066;
- scrollbar-dark-shadow-color: fffff0;
- scrollbar-track-color: 000066;
- scrollbar-face-color: 000000;
- scrollbar-shadow-color:fffff0;
- scrollbar-highlight-color: fffff0;
- scrollbar-3d-light-color: fffff0;
- }
- .class1 A:link {text-decoration: none; color:#990033}
- .class1 A:visited {text-decoration: none; color:#990033}
- .class1 A:hover {text-decoration: none; color:#990033}
- .class1 A:active {text-decoration: none; color:#990033}
- .class2 A:link {text-decoration: none; color:#fffff0}
- .class2 A:visited {text-decoration: none; color:#fffff0}
- .class2 A:hover {text-decoration: none; color:#fffff0}
- .class2 A:active {text-decoration: none; color:#fffff0}
- .class3 A:link { text-decoration: underline overline;color:#000000}
- .class3 A:visited { text-decoration: underline overline; color:#000000}
- .class3 A:hover { text-decoration: underline overline; color:#000000}
- .class3 A:active {text-decoration: underline overline; color:#000000}
- .text {
- font-size: 16px;
- font-weight: bold;
- color:#fffff0;
- position: absolute;
- left: 16px;
- top: 76px;
- z-index: 2
- }
- .shadow {
- font-size: 16px;
- U
- font-weight: bold;
- color:#000000;
- position: absolute;
- left: 18px;
- top: 78px;
- z-index: 1
- }
I don't know if the code is correct, i know if works in IE, not sure about the other browsers.
I want to learn as much as possible with CSS.
I have done some basic changes to the page now. Including the central menu lol... It dont look that bad after all. There are just so many endless options.
Again, thanks for your knowledge and time!
Whats the URL to your site/s?