Nice.... thanks so much for your help Felipe.
I found that I got the best results by eliminating the 'width' part.
That way the selected page color bar defaults to the width of the
menu set above in the level-1:
/* note: Left Navigation Menu WIDTH */
ul.level-1,ul.level0,ul.level1 {
width: 170px;
padding: 0 0 0 0;
list-style-type: none;
list-style-position: inside;
margin-left: 0;
}
Respect,
//cheMs
--
Chems Touati
Macintosh Specialist
Student Computing Labs, Marriott Library
University of Utah
801.585.9811
[EMAIL PROTECTED]
On Jan 13, 2006, at 2:44 AM, (Felipe Braun Azambuja) wrote:
Hello!
I had the same problem yesterday, but with the help of the Web
Developer extension for Firefox, it was easy to solve the problem ;)
Just added, in main.css, the following (in fact, copied a existing
one and altered two or three things):
ul.level-2,ul.level2 { // not sure why both, only the second made
effect
width: 194px; // at least in Firefox; don't know if IE needs
padding: 0; // the first one or not
padding-left: 6px;
list-style-type: none;
list-style-position: inside;
margin-left: 0;
}
*Maybe* it could have been sized down, don't know if list-style-*
is really needed here, I really did not test this possibility.
Wondering if the users would possibly create another subpage, just
created the same for level 3 and modified the width and padding-
left values.
Felipe Braun Azambuja
[EMAIL PROTECTED]
(Chems Touati) wrote:
Hello,
Were are the spacing and bullets defined for the Navigation? I
can't seem to find these in the main.css ort richEdit.css
For an example of the problem:
http://www.macos.utah.edu/Documentation/Magnolia/Navigation_error.png
Any tips, pointers, ideas greatly appreciated.
Regards,
//cheMs
----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------
----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------