Search found 23 matches
- Mon Apr 23, 2007 3:15 am
- Forum: Layout and Design (CSS & HTML)
- Topic: No vertical scroll bar with IE7
- Replies: 0
- Views: 1003
No vertical scroll bar with IE7
Ok, I posted this before in "general help", but got no reply. I am still clueless: IE7 seems to have problem with my CMSMS site. It fails to show a vertical scrollbar if the content does not fit the window. See for example http://lilalaser.de/lila/index.php/deutsch/produkte/diodenlaser. Al...
- Thu Apr 19, 2007 2:38 am
- Forum: CMSMS Core
- Topic: No scrollbar with IE7
- Replies: 3
- Views: 2149
No scrollbar with IE7
IE7 seems to have problem with my CMSMS site. It fails to show a vertical scrollbar if the content does not fit the window. See for example http://lilalaser.de/lila/index.php/deutsch/produkte/diodenlaser . All the other browses I tried are fine (IE5, IE6, firefox, konqueror and epiphany). Anything ...
- Thu Mar 08, 2007 10:59 pm
- Forum: CMS Show Off
- Topic: CMS made simple needs YOUR help
- Replies: 37
- Views: 53626
Re: CMS made simple needs YOUR help
Show us your enthusiasm for CMS made simple with your theme upload. Just uploaded my simple theme with a sticky navigation bar (see url http://lilalaser.de). It includes workarounds for the inability of IE to interprete the CSS tag 'position:fixed' correctly. I did not know how to produce a thumbn...
- Thu Mar 08, 2007 2:57 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: Menu position problem in IE6 [Solved]
- Replies: 11
- Views: 4268
Re: Menu position problem in IE6 [Semi-Solved]
Just for fun, I also checked it in Netscape 7 and Opera 7.5. The menu behavior is now the same across all browsers. Yes, finally the menu is ok on all browsers ;D Last thing I had to do, was to change '#main' in the IE only global content to '#container'. Looking back, there wasn't much coding inv...
- Thu Mar 08, 2007 11:02 am
- Forum: Layout and Design (CSS & HTML)
- Topic: Menu position problem in IE6 [Solved]
- Replies: 11
- Views: 4268
Re: Menu position problem in IE6 [Semi-Solved]
Time for an upgrade? The upgrade was impressively smooth :) However, smarty still put everything between {literal} and {/literal} in a environment. Turns out, I was fooled by the WYSIWYG editor. In this case, what I saw was not what I got. The editor produced a html-ized version of the source. For...
- Thu Mar 08, 2007 9:47 am
- Forum: Layout and Design (CSS & HTML)
- Topic: Menu position problem in IE6 [Solved]
- Replies: 11
- Views: 4268
Re: Menu position problem in IE6 [Semi-Solved]
Actually, try putting it between {literal} {/literal} tags. Smarty won't choke then. Well, smarty does not choke, but it puts the content between the literal tags in a environment. Consquently the browser will literally print the code rather than interprete it. Maybe this is a version issue --- I ...
- Wed Mar 07, 2007 10:38 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: Menu position problem in IE6 [Solved]
- Replies: 11
- Views: 4268
Re: Menu position problem in IE6
Looks like I have to resort to browser dependent CSS code. For the records: IE absolutely needs the tag position:absolute . So I set it to "absolute" in the main style section and reset it to "fixed" with one of the infamous browser exclusion hacks. div#menu_vert { f...
- Wed Mar 07, 2007 2:24 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: Menu position problem in IE6 [Solved]
- Replies: 11
- Views: 4268
Re: Menu position problem in IE6
The left and right tags didn't help. IE seems to be confused by the "position: fixed" tag. Looks like I have to resort to browser dependent CSS code.heatherfeuer wrote: the next thing I'd try (based on looking at your css again) is to float: right; your div#main element.
--
- Sat Mar 03, 2007 11:24 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: Menu position problem in IE6 [Solved]
- Replies: 11
- Views: 4268
Re: Menu position problem in IE6
Result: No change at all. IE6 still puts the menu on the bottom of the page and firefox still displays everything fine. Maybe I have to set the display elesewhere to some other value.heatherfeuer wrote: Try changing div#menu_vert to "display: block" just to see what happens.
------
- Sat Mar 03, 2007 2:07 am
- Forum: Layout and Design (CSS & HTML)
- Topic: Menu position problem in IE6 [Solved]
- Replies: 11
- Views: 4268
Menu position problem in IE6 [Solved]
Ok, I asked this question before in the GeneralHelp section and got no reply at all. Maybe it was just the wrong sub forum, or is it really that hard to get the desired menu behaviour in IE6? Here we go again: After some tweaking I came up with a rather simple style that still suits my needs. A v...
- Thu Mar 01, 2007 5:54 am
- Forum: CMSMS Core
- Topic: menu position problem with IE
- Replies: 0
- Views: 1080
menu position problem with IE
After some tweaking I came up with a rather simple style that still suits my needs. A vertical CSS menu is placed on the left with a square logo attached to the top. The menu should stay in place if the content is scrolled down. I slightly modified the default theme of CMSMS to achieve the desired ...
- Fri Jul 21, 2006 3:38 pm
- Forum: General Discussion
- Topic: Recommendations for a bilingual site?
- Replies: 5
- Views: 3749
Re: Recommendations for a bilingual site?
Is this trick done with the EllNav module? My site uses the CSS-menu. (See http://lilalaser.de ) The solution is not perfect as there are no flags to click on and it cannot switch languages on the fly. But I can live with it, until multilinguality finally hits the main version of cmsms. :) ------
- Thu Jul 20, 2006 3:09 pm
- Forum: General Discussion
- Topic: Recommendations for a bilingual site?
- Replies: 5
- Views: 3749
Re: Recommendations for a bilingual site?
I'll try to adopt your option. Done. For the record, this is what I did: Make two copies of my favorite menu template (button in Layout/Templates). Rename one 'menu_lang', the other 'menu_content'. modify the calls of the menu manager in the menu templates. In menu_lang: {cms_module module='menuman...
- Thu Jul 20, 2006 9:13 am
- Forum: Layout and Design (CSS & HTML)
- Topic: Can I add a row of horizontal menu items to my vert 1 col template
- Replies: 4
- Views: 2556
Re: Can I add a row of horizontal menu items to my vert 1 col template
Thanks!mark wrote: see image below...
(Been there before, but failed to realize that "help" links to help...)
------
- Thu Jul 20, 2006 1:33 am
- Forum: General Discussion
- Topic: Recommendations for a bilingual site?
- Replies: 5
- Views: 3749
Re: Recommendations for a bilingual site?
@tsw
Sounds good. I'll try to adopt your option.
------
Sounds good. I'll try to adopt your option.
------