![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Web Design & Programming Discussion of web design, and server-side & client-side scripting |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Registered User
Join Date: Mar 2009
Posts: 6
OS: OSX Leopard 10.5.6-Xp Pro SP2-Ubuntu 8.10
|
Joomla! Menu breaks in IE-HELP!-N00b!
Hello all,
This is my first visit here so bear with me. I am completely stumbling my way through css as I am going to school for web but it's only my first year and have never been formally taught any. Thanks so much for any help. This site I'm working on http://www.amsdme.com/ looked great in FF3, I changed some of the positioning in the css to get everything lined up, but it completely fell apart in IE7-(the clients browser )I have restored the defualt css that came with the template-with a tiny change to get the logo to line up correctly but...as you can see... the menu (mainly the submenus) is completely wack in both ff and ie-and the spacing is all messed up. I'm using the swMenuFree module for the menu, i'm waiting for help from the author here: http://www.swmenupro.com/index.php?o...2&topic=6623.0 There is an offset option in the component where I can line it up manually, but if i resize the browser window or use a different machine it doesn't line up anymore, so that wasn't really any help I'm all for finding a different menu module or whatever but since I don't know what's wrong with it I don't know if that will help. I have 4 CSS sheets saved: 1.everything works and looks great in FF (spacing and menu) 2.spacing is good in IE-menu is broken 3.Default-spacing and menu broken in both FF and IE 4. compromise css-spacing ok- using default menu-no rollovers-looks lame **The site is live (obviously) and has been delivered...so I need to keep it on the presentable-although not ideal layout (meaning css number 4) as often as possible-but if anyone at all is interested in helping me troubleshoot it I can do whatever-whenever. ** Ok I'm putting up the broken css (number1) for tonight, hopefully someone will answer my plea... I'm also hoping for help on here: http://csscreator.com/node/34857 Like I said I'm completely new to CSS but if anyone would help me troubleshoot this it would be greatly appreciated. **and remember-css number 1 is up right now...so it looks ideal in ff and SUCKS in IE7 :-) ***EDIT*** ok now the submenus are working in IE...but the right col is broken. maybe someone could just help me look at my css and figure out why it sucks? thanks again. thank you very much. thank you so much. thank you very so much. Patrick Last edited by patg7590; 03-25-2009 at 09:15 PM. |
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here |
|
|
#2 (permalink) |
|
Design Team Member
Join Date: Feb 2008
Location: Deming, NM
Posts: 312
OS: XP SP2 & Vista
|
Hey there, welcome to TSF!
In your template stylesheet take a look at below code. See if removing bold code will help with IE7. Code:
#maincol-broad-800 {
margin-top: 7px;
width: 422px !important;
float: left;
margin-left: 120px !important;
}
Let me know if that helps at all.
__________________
|
|
|
|
|
|
#3 (permalink) | |
|
Registered User
Join Date: Mar 2009
Posts: 6
OS: OSX Leopard 10.5.6-Xp Pro SP2-Ubuntu 8.10
|
Re: Joomla! Menu breaks in IE-HELP!-N00b!
Quote:
ff is now off centered, and ie has overlap issues Thanks so much for your help and speedy reply! |
|
|
|
|
|
|
#6 (permalink) |
|
Design Team Member
Join Date: Feb 2008
Location: Deming, NM
Posts: 312
OS: XP SP2 & Vista
|
Question for you - What is the purpose of <div id="leftcol"> code in your web design?
If you remove above element from your index.php template and add the margin left 120px back into your stylesheet (suggested to be removed in my previous post) like you had before everything seems to balance out. I have confirmed this on firebug and IE8 developer (IE7 standard as well). Let me know.
__________________
|
|
|
|
|
|
#7 (permalink) |
|
Registered User
Join Date: Mar 2009
Posts: 6
OS: OSX Leopard 10.5.6-Xp Pro SP2-Ubuntu 8.10
|
Re: Joomla! Menu breaks in IE-HELP!-N00b!
Its just a template I downloaded- I would assume its for the "left" module postion...but that seems really simple so it's probably not what you're asking....
and could you tell me exactly what lines I need to remove t get rid of that element? I don't trust myself to not screw it up worse haha Thanks for your help |
|
|
|
|
|
#8 (permalink) |
|
Registered User
Join Date: Mar 2009
Posts: 6
OS: OSX Leopard 10.5.6-Xp Pro SP2-Ubuntu 8.10
|
Re: Joomla! Menu breaks in IE-HELP!-N00b!
ok I think that did it!
one last question.... there is a gap at the top...only in ie... can you show me why that happens in ie and not ff? ...and how to fix it without screwing up how it looks in ff. THANKS SO MUCH FOR YOUR HELP EDIT: moving the outer 800 col down using position: relative; top: 13px; kills the menu :-( How else can I line up the top in ie? Last edited by patg7590; 03-30-2009 at 01:00 PM. |
|
|
|
|
|
#9 (permalink) |
|
Design Team Member
Join Date: Feb 2008
Location: Deming, NM
Posts: 312
OS: XP SP2 & Vista
|
Re: Joomla! Menu breaks in IE-HELP!-N00b!
Hey there!
Sorry took so long to get back to you. Alright, for the gap in IE check out your css_color_green.css stylesheet. There is a background image in the id #outer-800. Not sure what the purpose this image is, but removing it in IE developer for IE7 fixes your gap issue. Code:
#outer-800 background: url(../images/content-top.gif) no-repeat 50% top; }
__________________
|
|
|
|
![]() |
| Thread Tools | |
|
|