|
IceCubed -> CSS issues please help (8/25/2003 16:05:42)
|
Hi, Im very new to CSS and im having some problems. I made a CSS for my website, i used dreamweaver for the website and simeple txt editor to make the actual style sheet. I used the <link> to link the css style. Everything was working fine in IE 6+ but when I started to test it with Netscape/mozilla then my problems with CSS started. For example my background dosnt work inside the table, and a lot of styles just dosnt work. Ive tried a lot of things but it dosnt seem to fix it, ANY HELP would be much apprecitated, YOu can find the CSS file here > test.kraya.co.uk/styles/style.css A page the CSS aplies to > http://test.kraya.co.uk/csstest/test.htm CSS (incase you cant be botherd to download) Thanks, ******************************* /* body */ body { margin: 0; padding: 0; font-family: verdana, "Book Antiqua", palatino, serif; font-size: 12px; color: #6D7380; background : #F3F4F5; } input, textarea, select, radio, submit { color : #666666; font: normal 9px Verdana, Arial, Helvetica, sans-serif; background-color: #DAE0E4; border-color: #000000; border-style: solid; border-width: 1px; } tr { font-family: verdana, "Book Antiqua", palatino, serif; font-size: 12px; color: #6D7380; } /*list settings*/ ul { color: #608591; } /*SubHeadings*/ p.pNormalBoldItalicLeft { font-family: verdana, "Book Antiqua", palatino, serif; font-size: 12px; font-weight: bold; font-style:italic; color: #6D7380; text-align: left; } .normalBoldItalicLeft { font-family: verdana, "Book Antiqua", palatino, serif; font-size: 12px; font-weight: bold; font-style:italic; color: #6D7380; text-align: left; } /*link properties*/ a { text-decoration:none; font-weight:bold; } a:link {color:#003366;} a:visited {color:#003366;} a:hover {color:#6699FF;} a:active {color:#003366;} /**/ a.menuTopLink { font-weight: bold; font-size: 9px; color:#003366; } a.linkSmallBold { font-weight: bold; font-size: 9px; color: #6D7380; } a.linkSmall { font-family: verdana, "Book Antiqua", palatino, serif; font-size: 9px; color: #6D7380; text-align: center; ) .tableHeading { font-family: verdana, "Book Antiqua", palatino, serif; font-size: 12px; font-weight: bold; color: #000000; background-color: #D0D7D8; text-align: center; } .visitedLink { font-family: verdana, "Book Antiqua", palatino, serif; font-size: 9px; font-weight: bold; color: #6699FF; text-align: center; } .WHITE {background-color: #ffffff;} .pageBg {"background-color: #F3F4F5"} .subHeading { font-family: verdana, "Book Antiqua", palatino, serif; font-size: 14px; font-weight: bold; color: #000000; text-align: left; } .SmallText { font-family: verdana, "Book Antiqua", palatino, serif; font-size: 9px; color: #6D7380; text-align: left; } .SmallTextBold { font-family: verdana, "Book Antiqua", palatino, serif; font-size: 9px; font-weight:bold; color: #6D7380; text-align: left; } .LightGrey { background-color: #EFEFEF; } .ProminentParagraph { background-color: #ffffff; font-family: verdana, "Book Antiqua", palatino, serif; font-size: 13px; font-weight:bold; color: #EC820D; text-align: centre; } /* TABLE properties */ table.tableWhiteBg {background-color: #ffffff;} /*headings*/ h.h1 { font-family: verdana, "Book Antiqua", palatino, serif; font-size: 12px; color: #000000; } /*MISC*/ *******************************
|
|
|
|