Re: [css-d] header and conditional comment info

2007-06-25 Thread Dave Pierce
Ok, MB...

Forgot the subject line...CRS.

Here's the redo with the subject line.

Dave questioned:

On this page http://www.pierceartanddesign.com/testfiles/pages/
med_vs_social_care.html I've almost gotten the myriad browser bugs
handled. All of my CSS on all three check out as being good on the
WC3 checkers, as well as the HTML, with the exception of the header/
style info.

I don't understand where the problem is. Can someone clue in the
clueless?



< head>


Medical vs. Social Care

 
  

-->



Susan said, suitably:

In the example you gave of your header, there's a style close without an
open that may be causing your issue - you didn't say the actual invalid
message though, so I can't be sure that's what you're speaking of.

-->


Susan, thanks,

Here's the entire two messages from the CSS checker:



Error Line 17 column 0: character data is not allowed here.
-->
You have used character data somewhere it is not permitted to appear.  
Mistakes that can cause this error include putting text directly in  
the body of the document without wrapping it in a container element  
(such as a aragraph) or forgetting to quote an attribute value  
(where characters such as "%" and "/" are common, but cannot appear  
without surrounding quotes).
✉
Error Line 17 column 10: end tag for element "STYLE" which is not open.
-->
The Validator found an end tag for the above element, but that  
element is not currently open. This is often caused by a leftover end  
tag from an element that was removed during editing, or by an  
implicitly closed element (if you have an error related to an element  
being used where it is not allowed, this is almost certainly the  
case). In the latter case this error will disappear as soon as you  
fix the original problem.

Also, are my conditional comment links done correctly? My first time  
at those...

Thank you for your assistance!

;-Dave


__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Re: [css-d] header and conditional comment info

2007-06-25 Thread Susan Grossman
In the example you gave of your header, there's a style close without an
open that may be causing your issue - you didn't say the actual invalid
message though, so I can't be sure that's what you're speaking of.

-->

HTH

Susan R. Grossman
[EMAIL PROTECTED]
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] header and conditional comment info

2007-06-25 Thread Dave Pierce
Previously...

> On this page http://www.pierceartanddesign.com/testfiles/pages/ 
> med_vs_social_care.html I've almost gotten the myriad browser bugs  
> handled. All of my CSS on all three check out as being good on the  
> WC3 checkers, as well as the HTML, with the exception of the header/ 
> style info.

I'd also like to know how to stop the #wrapper div from going 4 yards  
down further than the rest of the page. It works fine in the "good  
browsers', and in IE7, but in AOL9 and IE6, it's about 285px too long  
and hangs down below the footer. I've colored all the divs to make  
them obvious. The #wrapper div has a repeating gif on the left side  
to make up that column.

still working on the ie5x stuff. On the home page,
  http://www.pierceartanddesign.com/testfiles/index.html
right content area sticks out a looong way to the right. Been trying  
to find the info on that, but haven't found it yet.

Thanks in advance...againas usual...
;-Dave





__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/