WebsiteBaker Support (2.8.x) > Templates, Menus & Design
New template: Multiflex-3
BerndJM:
Sorry,
but did you ever read only one of the responses you got to your first post :?
In the css the path to your "image file" is still not correct (I said it before)!
Your "image" is a big pink block - why you don't use a background-color with the appropriate color-code instead (as Argos mentioned!)?
Btw. the color-code is #FF0066
Regards Bernd
xyloweb:
--- Quote from: BerndJM on August 02, 2008, 04:03:10 AM ---Your "image" is a big pink block - why you don't use a background-color with the appropriate color-code instead (as Argos mentioned!)?
--- End quote ---
I know, it seems more complicated than it needs to be now, but I will eventually replace the same-color banner with another image.
FIX: I found the problem.
I ran my code through a CSS validator, and saw that could not parse the line that I commented out.
Then I saw the "/*Firefox*/" in the middle of the line.
The "*/" on the end of that mid-line comment is actually terminating my comment before I intended.
I deleted that entire commented line, and now it works fine.
I was trying to be safe by keeping the old code for reference, but in the end, it bit me.
Thanks for the comments.
olaf:
hi all
i don't know if it helps anybody, since this one is a quite outdated template, but i just used it on one of my pages.
i got the already discussed IE8 problem with the dropdown menues, but insted of forcing IE8 to emulate IE7 i changed the show_menu2 call in the index.php like this:
originally it was:
--- Code: ---show_menu2(1, SM2_ROOT, SM2_ALL,SM2_ALL,'<li>[a][menu_title]
[if(class==menu-expand){<!--[if IE 7]><!--></a><!--<![endif]--><!--[if lte IE 6]><table><tr><td><![endif]--><ul>}]
[if(class!=menu-expand){</a>}]
[if(class!=menu-last){</li>}]
[if(class==menu-last){</li></ul><!--[if lte IE 6]></td></tr></table></a><![endif]-->}]','','','');
--- End code ---
and i changed to:
--- Code: ---show_menu2(0, SM2_ROOT, SM2_ALL, SM2_ALL, false, "</li>", false, false, false, '<ul>');
--- End code ---
and voila, IT WORKS! in all IEs (IE6,IE7,IE8)
hope this helps :)
olaf
xyloweb:
--- Quote from: olaf on February 04, 2011, 02:26:55 AM ---hi all
i don't know if it helps anybody, since this one is a quite outdated template...
...and voila, IT WORKS! in all IEs (IE6,IE7,IE8)
hope this helps :)
olaf
--- End quote ---
Heck, yes!
I was using this template and wasn't even aware of the problem.
I use FireFox and my client uses Safari.
Thanks for posting. I fixed it in 5 minutes. what might have taken hours.
vincent77:
having this problem with IE8...
changed the
--- Code: ---show_menu2(1, SM2_ROOT, SM2_ALL,SM2_ALL,'<li>[a][menu_title]
[if(class==menu-expand){<!--[if IE 7]><!--></a><!--<![endif]--><!--[if lte IE 6]><table><tr><td><![endif]--><ul>}]
[if(class!=menu-expand){</a>}]
[if(class!=menu-last){</li>}]
[if(class==menu-last){</li></ul><!--[if lte IE 6]></td></tr></table></a><![endif]-->}]','','','');
--- End code ---
into:
--- Code: ---show_menu2(0, SM2_ROOT, SM2_ALL, SM2_ALL, false, "</li>", false, false, false, '<ul>');
--- End code ---
but that still screws up in IE8 :oops:
Thought I was done... had a look in IE and started almost crying...
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version