Maybe there is some best practice that I violated but sincerely simply
upgrading to 1.2.6 wicket.jar just scatters my CSS and I dont even know what
to do about it.

A Style heading as simple as what is below did fine with 1.2.4 but my site
just scattered when i swapped jar files:
The style_1.css is in the root folder and it has been working fine
my context root is /app/* and not /app (which dint solve the problem either)
<link href="style_1.css" rel="stylesheet" type="text/css" />
       <style type="text/css">
           #tabs7 a {
           float:left;
           background:url("tableft7.gif") no-repeat left top;
           margin:0;
           padding:0 0 0 4px;
           text-decoration:none;
           }
       </style>


any tips
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to