For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Some time ago I switched my layout to the theme andreas01 from themes.cmsmadesimple.org and adapted it to my needs. Some of the content didn't fit into the layout, so I copied the template and stylesheets and replaced it with the CSS Menu Horizontal. This whole thing I used on the specific content that didn't fit. It does now, but the menu doesn't. It misbehaves in IE and Firefox in two completely different ways! And although the dropdown menu is horizontal style, the menu itself isn't. I must confess that I'm not the CSS crack, so I'm really happy for any help.
Hi, thanks for the moment. I'll try that when I come back from the weekend. I'm having a fencing tournament this saturday and sunday, so will check it out sunday. Looks promising, though.
I played around with it but couldn't make it to work.
did you use it all and not any of yours?...
that screenshot is what i ended up with by replacing all your stuff except the actual styling as in colors and padding, margins,...
if you make the page wider the menu will not be so cramped on top of itself...
mark
unless of course your looking for something else...
Hi,
now I finally had a chance to look into it. I tried and it resulted in exactly the same layout as in your picture. Well, it looks different in IE. Still vertical there. And in Firefox, the first picture sticks to the menu, which shouldn't be.
delete everything in red, IE can't get there that way, it's a protected directory, one way to test it is to put that line in IE add. bar and see if you can get there,... hence the JS not working in IE...
this needs another ....
because of this... 2 starting ... it make the browsers think this div stops way down(actually it never closes, there aren't enuf closing divs for starting divs) your page putting every thing in one 'box'
you have one of your style sheet marked as media screen and one as print which ones are marked this way...
print is for when someone wants to print the info on the page like your schedule... print usually has the styles stript out so you get plain text...
try taking out the screen setting at the bottom of the template it's on the one with...
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */
ok, we're back to square one. I deleted the div tag you told me to insert and reinserted the screen res info you told me to delete. Still not getting better.
you might want to just make a new copy of the template for that page and make it wider to make room for the menu on the left...
if the menu works in IE...
well, actually, I can access the CSS file with the IE. And secondly, I can not change the path. Because it's something that CMSMS embeds itself. It's not in the template, but hardcoded.
The real problem is that I had a template and associated css files for vertical. When I made it to horizontal, the CSS Menu Horizontal Template collides with the CSS from the template. I know it does. But I can't seperate these two. That's essentialy my problem. And as I did'nt do the template, but got it from the theme repository, I don't know enough to change it.
Making the template wider isn't an option, because there are a few contents that are "x-large" like this. And I would have to tailor one espescially for each content. So, no. I need it to work that way. But of course thanks for any help so far. It gets better every time.