This looks off topic to me.

Joomla's forum is best place for queries of this type.

Best regards

Ian

This e-mail contains information which is confidential and may also be
privileged. It is for the exclusive use of the intended recipient(s). If you
are not the intended recipient(s) please note that any form of,
distribution, copying or use of this e-mail or the information in it is
strictly prohibited and may be unlawful. If you have received this in error
please inform us at the above address then delete the e-mail and destroy any
copies of it. Thank you.

> -----Original Message-----
> From: css-d-boun...@lists.css-discuss.org [mailto:css-d-
> boun...@lists.css-discuss.org] On Behalf Of Barbara Stanislawski
> Sent: 23 April 2009 16:58
> To: 'Cristiano Diniz da Silva'; css-d@lists.css-discuss.org
> Subject: Re: [css-d] Menu items
> 
> This is an interesting post. I've been reading the accounts having had
> many
> issues using CSS and drop down menus. I have Joomla installed and think
> I am
> going to be focusing on that. I've heard Joomla is simple to use. Does
> anyone have experience with the maintenance portion? Thanks.
> 
> Barbara Stanislawski
> barb...@sohowebsites.biz
> 252-728-1875
> http://www.sohowebsites.biz
> Engaging & Easy to Use Websites
> 
> 
> -----Original Message-----
> From: css-d-boun...@lists.css-discuss.org
> [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Cristiano
> Diniz da
> Silva
> Sent: Thursday, April 23, 2009 11:00 AM
> To: css-d@lists.css-discuss.org
> Subject: Re: [css-d] Menu items
> 
> Mario,
> 
> Does the server have database and server side scripting like PHP? If it
> does
> you can consideer using a CMS like Joomla that will make the
> development
> much faster.
> 
>  Cristiano Diniz da Silva
> 
> ________________________________
> Web Development & Solutions
> http://www.mcloide.com
> http://mcloide.wordpress.com
> + 1 561 809 1928
> Delray Beach, Fl
> PHP5 Zend Certified Engineer
> Before printing, just keep in mind your commitment with the
> environment!
> 
> 
> 
> 
> 
> ________________________________
> From: Mario Rizzi <mrizz...@yahoo.it>
> To: css-d@lists.css-discuss.org
> Sent: Thursday, April 23, 2009 10:43:53 AM
> Subject: [css-d] Menu items
> 
> Hello.
> 
> I am not a professional web designer, but just a volunteer working for
> an Italian charity organization. A few years ago we decided to have a
> website and I started studying Html and Css, then got a template from
> oswd.org and modified it. The result is www.equatore.org.
> 
> Now we have new content to add and the site needs a redesign. I am
> working on it and everything seems to be fine, with one exception. I
> have a menu with the following Html:
> 
> <div id="menu">
>     <ul>
>         <li><a href="#">Link</a></li>
>         <li><a href="#">Link</a></li>
>         <li><a href="#">Link</a></li>
>     </ul>
> </div>
> 
> The corresponding Css is:
> 
> #menu {
>     width: 800px;
>     margin: auto;
>     padding: 4px 0px 5px 0px;
>     font-family: "Lucida Grande", Verdana, Tahoma, sans-serif;
>     background: #d5d8d3;
>     border-bottom: 2px solid navy;
>     border-top: 2px solid navy;}
> 
> #menu ul {
>     margin: 0px;
>     padding:  0px;}
> 
> #menu li {
>     display: inline;
>     padding: 0;}
> 
> #menu a {
>     padding: 5px 15px;
>     font-size: 12px;
>     color: #000000;}
> 
> #menu a:hover {
>     border-bottom:none;
>     background-color: #c3c3c3;}
> 
> When I hover over the menu, I can see a little gap between one item
> and the next one. Is there a way of getting rid of that space and go
> directly from one link to the next one?
> 
> Thanks.
> 
> mario
> ______________________________________________________________________
> css-discuss [cs...@lists.css-discuss.org]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org-- http://www.evolt.org/help_support_evolt/
> 
> 
> 
> 
> ______________________________________________________________________
> css-discuss [cs...@lists.css-discuss.org]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
> 
> ______________________________________________________________________
> css-discuss [cs...@lists.css-discuss.org]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to