html - Center ul without div -
im trying center circles (carousel indicators) on page. tryed all, width 100%, margin auto, nothing work.
i dont have more ideas.
looking @ page, don't see circles not centered. regards centering ul without div, can via css.
example, css:
#carousel-indicators li { list-style:none; float:left; text-align:center; height:110px; overflow:hidden; }
then @ ul, specify
<ul id="carousel-indicators";>
this not tested on carousel-indicators work image , text content under ul , li tags.
Comments
Post a Comment