|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
CSS problem
right, im ran my code through jigsaw and i have one error that i can seem to fix
can anyone help me out here is the CSS in question: .header_table{height:168px;background: #fff url('images/logomain.gif');color:#000;border-bottom:1px solid #000;} .header_text{color:#000;font-weight: bold;font-size: 13px;padding-left:5px; padding-bottom:5px;vertical-align: bottom;} .header_text a:link,a:visited{text-decoration:none;color:#AEAEAE;background-color:#fff;vertical-align: bottom;} .header_text a:hover{text-decoration:underline;vertical-align: bottom;} so im getting this error: Line : 8 (Level : 1) You have no background-color with your color : .header_text when i set a BG color for that class, it removes my BG image in .header_table anyone got any ideas? thanks treelo |
|
#2
|
|||
|
|||
|
RE: CSS problem
ive now set the color as transparent on this, and it still asks me to define a color
|
|
#3
|
|||
|
|||
|
RE: CSS problem
have u tried it without the color attribute?
because i think it should be #000 on default? like this: .header_text{font-weight: bold;font-size: 13px;padding-left:5px; |
|
#4
|
||||
|
||||
|
RE: CSS problem
how do you get error messages for improper css?
|
|
#5
|
|||
|
|||
|
RE: CSS problem
maybe he is using a program like topstyle that show errors depending on what css u chose
like css for ie/netscape/opera html 4.0 and so on basically compatibility issues ps: oh nvm just read the whole thread, didnt see you run it through jigsaw |
|
#6
|
||||
|
||||
|
RE: CSS problem
I see now
|
|
#7
|
||||
|
||||
|
RE: CSS problem
.header_table{height:168px;background: #fff url
should be .header_table{height:168px;background-color: #fff url |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > CSS problem |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|