Preprocessor directives must appear as the first non-whitespace character on a line

Joined
Jun 2, 2009
Messages
1
Reaction score
0
Hi,

I have inherited the job of completing a web application for my Firm. I have come across the above error which I am sure won't be the last. The code that is throwing up the error is,

BODY#case DIV#content { position: relative; padding: 0; }

BODY#case DIV#content DIV#top, BODY#login DIV#content DIV#top { width: 768px; height: 19px; background: transparent url('App_Datacontent_top.jpg') no-repeat scroll left top;}

BODY#case DIV#content DIV#middle, BODY#login DIV#content DIV#middle { width: 768px; padding: 0 20px 9px 20px; background: transparent url('App_Datacontent_bg.jpg') repeat-y scroll left top;}

BODY#case DIV#content DIV#bottom, BODY#login DIV#content DIV#bottom { width: 768px; height: 10px; background: transparent url('App_Datacontent_bottom.jpg') no-repeat scroll left top;}

BODY#case DIV#content DIV#middle DIV.header DIV.header-left { width: 570px; float: left; }

BODY#case DIV#content DIV#middle DIV.header DIV.header-right { width: 170px; float: right; }

BODY#case DIV#content DIV#middle DIV.content-inner { clear: both; padding-top: 15px; }

Any help would be greatly appriceated

Thanks

Towsie
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top