Anonymous wrote:Klemen Stirn wrote:Perhaps the old style.css is cached in yoru browser. Try clearing your cache. In Internet explorer you can do that like this:
Tools > Internet Options > General tab
Click "Delete files", select "delete all offline content" then OK. Now restart your computer and try again.
If this doesn't work post some of the code you've edited here. (NOT the whole style.css, just a part of what you have edited).
Regards
I am not using IE using Firefox, l will post you the .css file
see below for styles.css
BODY, TD {
color : black;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
}
TD.upper {
color : #FFFFFF;
background : #F7FAD7;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
}
FONT.smaller {
font-size: 10px;
}
table.entries {
color : black;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
BORDER-RIGHT: #23559C 1px solid;
BORDER-LEFT: #23559C 1px solid;
BORDER-TOP: #23559C 1px solid;
BORDER-BOTTOM: #23559C 1px solid;
}
A {
color : #0084BE;
text-decoration : underline;
}
A:HOVER {
color : Red;
text-decoration : none;
}
A.smaller {
font-size: 10px;
color : #0084BE;
text-decoration : underline;
}
A.smaller:HOVER {
font-size: 10px;
color : Red;
text-decoration : none;
}
INPUT {
font-size: 11px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color:#000000;
background-color:#F7FAD7;
}
HR {
color: #B8CFE7;
height: 1px;
}