On Fri, Feb 26, 2016 at 4:37 PM, Crest Christopher <
crestchristop...@gmail.com> wrote:

> I have a UL and three List elements; I want to align the three list
> element horizontally.
>
> UL {
> margin: 12px 0 0 0;
> text-align:center;
> zoom: 1;
> padding:0;
> display:block;
> }
>
> Each Li is as;
>
> Li {
> display: inline-block;
> list-style-type:none;
>
>
>
A link is better as there may be other things effecting it. the
list-style-type should go on the ul. Display block on the ul is
unnecessary, unless you are over riding something previously applied.


-- 

Tom Livingston | Senior Front End Developer | Media Logic |
ph: 518.456.3015x231 | fx: 518.456.4279 | medialogic.com


#663399
______________________________________________________________________
css-discuss [css-d@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