This is a discussion on "IE Experts please help. Positioning problems..." within the Web Page Design section. This forum, and the thread "IE Experts please help. Positioning problems... are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
IE Experts please help. Positioning problems...
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
IE Experts please help. Positioning problems...
Hi all.
My site http://jay019.com/test/ works great in Firefox. For some reason it wont work in Internet Explorer. In particular the drop down lists are not displaying the way one would expect. Can someone please help me work out how to get the site working in IE. To make matters worse I dont get much time to test it in IE being the linux user that I am. Anyway, any help would be appreciated. The styles in particular are held in the file /test/products.css and I have file specifically for Internet Explorer name /test/retardstyle.css The main offenders seem to be expander, expander1, menuheaders and menubuttons. Here is the code involved...
http://jay019.com/test/index.html http://jay019.com/test/products.css http://jay019.com/test/retardstyle.css Cheers. Jay |
|
|
|
|||
|
Re: IE Experts please help. Positioning problems...
For a start, you need to quote your IDs in javascript. This is wrong:
|
|
|||
|
Re: IE Experts please help. Positioning problems...
Quote:
It worked without quotes so I figured it was fine, but I will now start adding quotes to all my javascript just to be sure. Still cant get it to display the same in IE tho. Doesn't help that I dont even have windows and can only test it out at friends places or at the library. Jay |
|
|||
|
Re: IE Experts please help. Positioning problems...
Um...
It appears the element with ID "list" does not exist! Also you should really fix your XHTML. Invalid code causes unpredictable errors. Remember that this only applies to strings, such as ID names. For example, getElementsByTagName(div) should not have quotes. Last edited by MikeHopley; Jul 24th, 2007 at 07:48. |
|
|||
|
Re: IE Experts please help. Positioning problems...
But if you look into the html you will see that this is called with list being replaced with the name of the list in question...
Get it??? |
|
|||
|
Re: IE Experts please help. Positioning problems...
Quote:
In other words, reverse the change that I suggested. You still haven't fixed your HTML, however. I strongly recommend validating your HTML. Often IE behaves better if you use object detection. Try:
Last edited by MikeHopley; Jul 25th, 2007 at 10:28. |
|
|||
|
Re: IE Experts please help. Positioning problems...
Thanks Mike for all the suggestions, but we are way off topic here.
The problem is getting the page to display the same in Firefox and IE6. If anyone can come up with the fix $10 into their paypal account. Jay |
|
|||
|
Re: IE Experts please help. Positioning problems...
Jay a quick question for you. In FF the left nav is showing as blue text links with bullets. In IE 6 the left nav is showing as green/tan boxes. Which one do you want?
I think the two different css files have very different things in them. I'll take a look if you can shed some light on which style you want. |
|
|||
|
Re: IE Experts please help. Positioning problems...
Quote:
Invalid code causes unpredictable rendering errors. Fix the code, and your error might disappear. And since you should fix the code anyway, why not do it now? |
|
|||
|
Re: IE Experts please help. Positioning problems...
Quote:
I just figured the code was fine as it worked as I expected. You click on a link and the hidden submenu becomes viewable. Will see how it looks after fixing the code tho. Jay |
|
|||
|
Re: IE Experts please help. Positioning problems...
Quote:
The effect I am after is the one you will now see in firefox, that is the box of four links (Geek Toys, Wireless, Computers & Books) now in firefox clicking on the first three of these links will make a submenu appear. The two different files do have different things in them as I was trying to get the same effect in IE and FIrefox, but not being all that good at CSS I was failing badly. |
|
|||
|
Re: IE Experts please help. Positioning problems...
Jay I'll have a look at it tomorrow...
In the meantime if you are bored, here is a tutorial I used to build a couple of pop out navs. It worked and had fixes for IE 6. |
|
|||
|
Re: IE Experts please help. Positioning problems...
Looks like I get to buy myself some beer with my $10.
Actually got it to work! Phew!!! Thanks to Mike for helping me to understand better javascript. And thanks to Lchad for attempting to help, sorry the page was broken when you saw it. Anyway, as long as it now looks the same in IE and Firefox I guess I'm done and can now do the php which I much prefer. Yay. |
|
|||
|
Re: IE Experts please help. Positioning problems...
Oh good for you! I think you need the beer after this experience. Sorry I couldn't have made it easier!
|
|
|||
|
Re: IE Experts please help. Positioning problems...
Not your fault. Out of interest does it also look the same in IE7 or is that a whole new headache?
Jay PS. Is there any way to mark the thread as [SOLVED]? I can do this in the Ubuntu forums once things are working, but not too many other forums seem to do it. |
|
|||
|
Re: IE Experts please help. Positioning problems...
Oh boy, you are not going to be happy !
See screenshot. We cannot mark the thread solved. We don't have that feature yet... but we are going to soon! |
|
|||
|
Re: IE Experts please help. Positioning problems...
Quote:
If its IE6 then I'm confused, worked fine in my version. |
![]() |
| Tags |
| ie positioning css |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problems with CSS positioning | ZekeLL | Web Page Design | 1 | May 26th, 2008 15:27 |
| [SOLVED] positioning problems | danny322 | Web Page Design | 6 | Nov 9th, 2007 11:26 |
| problems positioning with css in IE | bengtec | Web Page Design | 3 | Sep 24th, 2007 08:47 |
| Firefox Positioning Problems | mikka23 | Web Page Design | 8 | Nov 17th, 2006 09:37 |
| IE/Firefox positioning problems | jordan8201 | Web Page Design | 11 | Dec 6th, 2005 18:34 |