adorni
Posts: 120
|
| Posted: 02/20/2008, 4:23 AM |
|
Hi!
I canīt center in the page the Horizontal Menu created by Menu Builder. I put "center" in all places but nothing, the menu stay at left.
Thanks
|
 |
 |
DonB
|
| Posted: 02/20/2008, 8:47 AM |
|
Probably a "float:left; display:inline" style applied to the menu. You can
get around that by enclosing it in a block-style element (e.g. a <div>) as a
container and apply other style attributes to the container. A "margin:
auto' could suffice or you might need to set an explicit margin and/or
width. The undesirable <center> tag could be used perhaps but try to do it
the 'right' way 
If the whole menu is enclosed in a <ul> then that should serve as the
container - no extra <div> wrapper required.
--
DonB
"adorni" <adorni@forum.codecharge> wrote in message
news:247bc1ba9dcab5@news.codecharge.com...
> Hi!
>
> I canīt center in the page the Horizontal Menu created by Menu Builder. I
> put
> "center" in all places but nothing, the menu stay at left.
>
> Thanks
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.yessoftware.com/
>
|
|
|
 |
adorni
Posts: 120
|
| Posted: 02/20/2008, 7:05 PM |
|
Thanks... but... why i canīt center the "Menu" from "Design" in CCS? Itīs a bug?
Thanks
|
 |
 |
wkempees
|
| Posted: 02/21/2008, 5:03 AM |
|
Show your code for the page.
Walter
"adorni" <adorni@forum.codecharge> schreef in bericht
news:247bcea93e1897@news.codecharge.com...
> Thanks... but... why i canīt center the "Menu" from "Design" in CCS? Itīs
> a
> bug?
>
> Thanks
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.yessoftware.com/
>
|
|
|
 |