> From: Stephanie Chausse
> Sent: Friday, April 14, 2006 10:03 AM

> http://www.provlib.org/ppl/about/about.html

> one I'd like comments on is the breadcrumbs-position of
> them-does it make the page too cluttered up there with the 
> searches?-Does it
> make the navigation any better?  The page below is the only one with

Personally, I like them and I think most people expect to find breadcrumbs
in that general area. 

Also, I'd prefer to see the submit button replaced with an image, but that
is just an opinion.

> Error Line 28 column 29: required attribute "type" not specified.
> <script language="JavaScript">

Try something like:
<script language="javascript" type="text/javascript"> 

> The other errors are in the breadcrumbs-it cites missing ul 
> li tags: should
> I use omittag?

You have:

<ul>
<li class="first">
<a href="../default.html">Home</a>
<ul>
<li>About us </li>
</ul>
</li>
</ul>

I'd change it to 
<ul>
   <li class="first"><a href="../default.html">Home</a></li>
   <li>About us </li>
</ul>

I couldn't find your .first definition, so not sure what styles you're
trying to apply there.

--G

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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/

Reply via email to