if you don't want to make your page wider (i did not want that ;) )
you can make the main smaller:

       /* MAIN */
           div#main {
               border-left: 1px solid #f0f0f0;
               border-right: 1px solid #f0f0f0;
               padding: 0px 5px;
               width: 790px;
           }

tibi




tibi wrote:
i wnet thourgh the css and when i changed this:
       width: 1004px; to         width: 1038px;
in the layout.css like this
   div#page {
       background: #ffffff;
       color: #303030;
       margin: 0 auto;
       width: 1038px;
   }


all was fine again... probably when there is no 'room' the menu disappears... don't understand why this only happens sometimes... but ie users have a menu now ;)

tibi

tibi wrote:
i'm not sure if my problem has anything to do with the problem below.

but my menu problems is as follows.
1) offcourse in firefox all works fine
2) in ie all works fine but not when i add the following:

<s:form name="articleDetails" action="articleDetails" method="post" validate="true">
</s:form>

this wil be translated into:
<form namespace="/" id="articleDetails" name="articleDetails" onsubmit="return validateForm_articleDetails();" action="/articleDetails.html" method="post">
<ul>
</ul>
</form>

and it is the <ul></ul> part which will make my menu (also an <ul></ul>) disappear. in the source it is still there but it will not show.
probably some css issue.

anyone an idea about this??

i will investigate more....

thanks,

tibi













khutchinson wrote:
>From Dorothy....
I am working with 1.9.3 and customizing the cssHoritontalMenu.vm.  All
is
working well in Firefox.  After testing in Internet Explorer 6 I
discovered
that the menu appears on the login page and dissapears on the content
pages
after logging in.

I am still having issues with this. I can't find the css attribs to fix the
ie6 problem... Any help? Thanks all


Fadil-2 wrote:
Hello,

I've got the same problem few months ago, menu did not dissapear, it
should
move (on the left or on the top).
I solved the problem by doing 2 different configurations of the
menu-config.js. (by detecting the browser...)

ps : have you checked javascript errors ?

Hope this helps,

Regards,
Fadil

On 9/13/06, Dorothy Turner <[EMAIL PROTECTED]> wrote:
The menu code is present when I view source.  I'm testing with IE 6.

Dorothy



On 9/12/06, Matt Raible <[EMAIL PROTECTED] > wrote:
If you view-source, is the menu still there?  If it is on Firefox,
it's likely there on IE as well.  Are you using IE 7?

Matt

On 9/12/06, Dorothy Turner <[EMAIL PROTECTED]> wrote:
Hi

I am working with 1.9.3 and customizing the cssHoritontalMenu.vm.
All
is
working well in Firefox.  After testing in Internet Explorer 6 I
discovered
that the menu appears on the login page and dissapears on the content
pages
after logging in.  So, I know that my css is probably fine since it
is
working on the login. Maybe some kind of security issue? Any ideas?

Thanks,
Dorothy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to