> friends,,,
>
> can any one show me how and what code att to existing css provided in
> squirrelmail package to get the submit / button design to flat ?
>
> i dont look the 3d default button and need it design like we do in css
> with border and background colour.
>
> i am not good in css and need to apply button style centrally rather
> to modify whole source and add calss=mybutton to each input
> type=submit/button....
>
> please guide..
> immortal

SM Doesn't use full CSS at the moment. You could use something like:

input[type=submit] {
   background-color: red;
   .....etc
}

Add it to the correct /themes/css file but I think only mozilla supports
it. Read http://www.w3.org/TR/REC-CSS2/selector.html#attribute-selectors

Gabriel




-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: [email protected]
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to