[OT] Useful Start Page revisited

Matthew Flaschen matthew.flaschen at gatech.edu
Fri Mar 6 19:28:59 UTC 2009


Nigel Ridley wrote:
> Hi all,
> 
> I have put the finishing touches to the 'Useful Start Page'.
> It is full of links (in nice drop-down menus - pure CSS ones) and also many useful search boxes.
> It is XHTML and CSS compliant.

Congratulations!  W3C CSS validator complains about text-shadow, but I
think that's a bug in the parser (it's valid for CSS 3).  However,
instead of:

 <style type="text/css" media="screen">
  /* <![CDATA[ */
@import url(layout.css);


  /* ]]> */
</style>

why not just:

<link rel="stylesheet" type="text/css" media="screen" href="layout.css" />

Matt Flaschen





More information about the kubuntu-users mailing list