Only one more thing. Think this might be something easier... After I had changed from float: left to display: inlile:block, the itens got a space among them. So when I use a different color but white, it shows up those spaces.
The idea is to create a horizontal menu without space, trying to show a solid bar with the links within. Have any idea about how to fix it? Thanks in advance! On Jul 18, 4:55 pm, Lucas Rezende <[email protected]> wrote: > Hey Kevin, > > I have just tried and it worked perfectly! > > Thanks a lot bro! > > On Jul 18, 4:49 pm, "Kevin A. Cameron" <[email protected]> > wrote: > > > > > > > > > Try display:inline-block instead of float:left. > > > Kevin > > > On Fri, Jul 15, 2011 at 11:34 AM, Lucas Rezende <[email protected]>wrote: > > > > Hi All, > > > > I have created a menu using a list and puting the topis aligned using > > > float: left form them to be on each other's side. > > > > But, even if I use this block of code within another DIV where the > > > code has text-align: center, it doesn't apper centrilized on the page. > > > > Can someone help me? > > > > Thanks in advance! (Y) > > > > -- > > > -- > > > You received this because you are subscribed to the "Design the Web with > > > CSS" at Google groups. > > > To post: [email protected] > > > To unsubscribe: [email protected] -- -- You received this because you are subscribed to the "Design the Web with CSS" at Google groups. To post: [email protected] To unsubscribe: [email protected]
