This is a discussion on "OH NO! Broke my IE 6 Code" within the Web Page Design section. This forum, and the thread "OH NO! Broke my IE 6 Code are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
OH NO! Broke my IE 6 Code
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
OH NO! Broke my IE 6 Code
Right, the other day I was trying to get my site voodoochilli.net html validated. In the process of getting the code to be valid, I have somehow messed up the navigation on IE 6!
I think I moved some <li> and <ul> tags about but I cant remeber which ones! Heres the code:
Many thanks |
|
|
|
#2
|
|||
|
|||
|
Re: OH NO! Broke my IE 6 Code
That looks fine...
Is it the css that's messing it up? |
|
#3
|
|||
|
|||
|
Re: OH NO! Broke my IE 6 Code
I dont think so as I havent changed the CSS in ages. Also it validates.
|
|
#4
|
|||
|
|||
|
Re: OH NO! Broke my IE 6 Code
Ok.. I went to IE 6 and I think I see it.
In this code:
|
|
#5
|
|||
|
|||
|
Re: OH NO! Broke my IE 6 Code
No sorry, didnt work
|
|
#6
|
|||
|
|||
|
Re: OH NO! Broke my IE 6 Code
ok.. well is this an extra if statement in red?
|
|
#7
|
|||
|
|||
|
Re: OH NO! Broke my IE 6 Code
nope :blowup:
If I remember correctly, the code was invalid when working. so i think looking at it logicaly isnt going to help... I HATE IE 6!!!!! thank you for helping so far. |
|
#8
|
|||
|
|||
|
Re: OH NO! Broke my IE 6 Code
Yea Voodoo I've got the same problem on one of my sites. IE6 adds space that you can't seem to get rid of when you use lists correctly. Or at least I haven't managed.
Sorry I can't help, just thought I'd share my anger and frustration! |
|
#9
|
|||
|
|||
|
Re: OH NO! Broke my IE 6 Code
Yeah its annoying cant wait until all the old timers still running windows 95 decide to press the update button. Mind you IE 7 isnt perfect either.
|
|
#10
|
|||
|
|||
|
Re: OH NO! Broke my IE 6 Code
But it is a massive improvement on its predecessor. It's like going from a rover 25 to ferarri(sp?). Remember even firefox has its problems.
Pete. |
|
#11
|
|||
|
|||
|
Re: OH NO! Broke my IE 6 Code
Wow...it deleted half my post when I clicked post!
Voodoo, have just sorted my problem...see if the fix works for you. My lists are nested like this:
Last edited by 1840dsgn; Jul 12th, 2007 at 10:09. |
|
#12
|
||||
|
||||
|
Re: OH NO! Broke my IE 6 Code
Not sure it will help but I get an error on line 100. See attached.
Stew
__________________
WelshStew If you think I've helped, click the "Thanks" tierney rides tboard - uk site | xtreme wales - extreme clothing WebForumz - facebook | LinkedIn
Last Blog Entry: Phorm approved for UK rollout (Sep 17th, 2008)
|
|
#13
|
|||
|
|||
|
Re: OH NO! Broke my IE 6 Code
Its ok I got it sorted, but thatks. What did I do? Well I just randomly (well almost) moved tags around until it worked. Typical!
|
|
#14
|
|||
|
|||
|
Re: OH NO! Broke my IE 6 Code
lol...thats the way to go!
glad you got it sorted. Mike |
|
#15
|
|||
|
|||
|
Re: OH NO! Broke my IE 6 Code
The conditional comment needs to go in the <head> tags. Not the body. Didn't think you could use them like that. of course I have been wrong before.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
#16
|
|||
|
|||
|
Re: OH NO! Broke my IE 6 Code
Yeah you can use them there. You can use them anywhere pretty much as its ignored by other browsers.The navigation code has to be in the body to work in this case.
|
|
#17
|
|||
|
|||
|
Re: OH NO! Broke my IE 6 Code
Well that is handy to know =). Learn something every day!
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|