More information about the Underscore mailing list

[_] Wordpress permalinks causing IE6 to crash?!

Dale-Anthony dale at daleanthony.com
Mon Mar 3 12:25:40 GMT 2008

Thanks Jon,

I've finally managed to sit down and go through the style sheet and found
that these two lines of code were actually causing the problem:

.navi a:link, a:active, a:visited { text-decoration: none; float: left;
color: white; }
.navi a:hover { text-decoration: none; float: left; color: #669933; }

Obviously there are a few things wrong with the code, including the 'float:
left' class.
Everything seems to be working fine now, so thanks to everyone who replied
to my initial post and helped sort the problem.

Dale.



On Tue, 26 Feb 2008 22:16:42 -0000, "Jon Free" <jon at tangymedia.co.uk>
wrote:
> Take this out and the problem goes away...
> 
> 
> <LINK
> media=screen href="SBL Online - Student Magazine_files/style.css"
> type=text/css
> rel=stylesheet>
> 
> 
> I would suggest you start looking there
> 
> -----Original Message-----
> From: Dale-Anthony [mailto:dale at daleanthony.com]
> Sent: 26 February 2008 10:07
> To: underscore at under-score.org.uk
> Subject: Re: [_] Wordpress permalinks causing IE6 to crash?!
> 
> I've gone through the HTML and managed to iron out most of the errors,
> however the browser is still crashing every time I click one of the
what's
> new links.
> 
> Dale.
> 
> 
> 
> 
> On Fri, 22 Feb 2008 12:15:56 -0000, "Jon Free" <jon at tangymedia.co.uk>
> wrote:
>> Ok, well my guess would still be with problematic markup. Like someone
>> mentioned yesterday, paste the link into the browser and try it that
> way.
>> If
>> it works then it can't really be a network config issue. Unless there is
>> some way to block links triggered from a certain page, which I'm pretty
>> sure
>> there isn't.
>>
>> Quite how the markup is causing the browser to crash I'm not totally
> sure
>> but presumably they worked it out in IE7.
>>
>> -----Original Message-----
>> From: Dale-Anthony [mailto:dale at daleanthony.com]
>> Sent: 22 February 2008 11:57
>> To: underscore at under-score.org.uk
>> Subject: Re: [_] Wordpress permalinks causing IE6 to crash?!
>>
>> It's not other pages coded by myself that it's doing it on... does it
>> quite often on the BBC website and SAM Learning, it's very strange. I
>> think I remember reading about the virtual memory somewhere in a crash
>> report?  Would that be causing any issues?
>>
>> I know my coding isn't helping much though but i'll fix that and see
>> if it makes a difference.
>>
>>
>>
>> On 22 Feb 2008, at 11:48, Jon Free wrote:
>>
>>> I would guess it's much more likely that you have similar kinds of
>>> problems
>>> in your markup on those systems as well. If there was a network
>>> issue with
>>> links then the browser would more than likely show some kind of not
>>> found
>>> error and not crash. It's very unexpected behavior.
>>>
>>>
>>> -----Original Message-----
>>> From: Dale-Anthony [mailto:dale at daleanthony.com]
>>> Sent: 22 February 2008 11:24
>>> To: underscore at under-score.org.uk
>>> Subject: Re: [_] Wordpress permalinks causing IE6 to crash?!
>>>
>>> I didn't actually realise my code got so messy, i've been coding it
>>> all in wordpress so i've just been throwing it all together in the
>>> wordpress theme editor, i'll go through all the code and make sure
>>> it's tidy.
>>>
>>> The reason I say about the internal network problem is because we have
>>> links crash browsers a lot from other websites as well, the systems
>>> the students have to use in school are so locked down, restricted and
>>> buggy it is actually nearly impossible for them to do anything without
>>> having problems.
>>>
>>> I'll work on the code, and hopefully next week (when I've had time to
>>> do it) it will be a lot tidier :)
>>>
>>> Cheers.
>>>
>>>
>>>
>>>
>>> On 21 Feb 2008, at 16:44, Jon Free wrote:
>>>
>>>> Without wanting to sound harsh your markup is hideous!
>>>>
>>>> Eg
>>>>
>>>> <ul class="newul">
>>>> 	<p>
>>>> 		<li class="new">
>>>> 			<span class="newright">
>>>> 				<ul class="post-categories">
>>>> 					<li>
>>>> 						<a href="#">Stuff</a>
>>>> 					</li>
>>>> 				</ul>
>>>> 			</span>
>>>> 			<a href="#">Link</a>
>>>> 		</li>
>>>> </ul>
>>>>
>>>> It's not surprising the browser is crashing when it found this. You
>>>> have a
>>>> <p> tag wedged in the middle of a list. You also don't really need
>>>> the
>>>> embedded list either for the design you want. Nor can you embed a
>>>> <ul>
>>>> inside a <span>.
>>>>
>>>> What do you write your code in? I copied it to Visual Studio and it
>>>> shows me
>>>> where all the errors are instantly so I can fix them. You could
>>>> always use
>>>> the w3c validator to but this can be harder to pick out incorrectly
>>>> worked
>>>> tags.
>>>>
>>>> "I think the link crash problem is being caused by a internal network
>>>> configuration, no idea why or how though."
>>>>
>>>> Don't think to hard about a problem that doesn't exist. If you move
>>>> the link
>>>> in your page out of your crazy markup into a place by itself it
>>>> works fine
>>>> so there's no network configuration issue.
>>>>
>>>> Jon
>>>>
>>>>
>>>>
>>>> -----Original Message-----
>>>> From: Dale-Anthony [mailto:dale at daleanthony.com]
>>>> Sent: 21 February 2008 15:35
>>>> To: underscore at under-score.org.uk
>>>> Subject: [_] Wordpress permalinks causing IE6 to crash?!
>>>>
>>>> Hey everyone,
>>>>
>>>> I'm in the middle of setting up a new online student magazine for the
>>>> school I work for, it's supposed to be launching soon but I've come
>>>> across
>>>> a major bug in my own wordpress theme and I really can't figure out
>>>> what's
>>>> causing it.
>>>>
>>>> On the main page there are a list of links under the 'What's New'
>>>> area, a
>>>> lot of these links seem to crash IE6 when you click on them.
>>>> Sometimes they
>>>> crash the browser and other times they don't, it's a very strange
>>>> issue and
>>>> i cant figure out what would be causing it (is it a problem with my
>>>> wordpress coding or is it a network config issue?).
>>>>
>>>> It would be great if anyone could let me know if their browser
>>>> crashes when
>>>> they try and click on one of the links, and if anyone knows how to
>>>> solve
>>>> this issue.
>>>>
>>>> The student magazine can be found here:
>>>> http://www.sirbernardlovell.s-gloucs.sch.uk/students/
>>>>
>>>> Cheers!
>>>>
>>>>
>>>> --
>>>> Dale-Anthony
>>>> dale at daleanthony.com
>>>> Blog - daleanthony.com
>>>> Portfolio - daleanthony.com/portfolio
>>>>
>>>>
>>>>
>>>> --
>>>> underscore_ list info/archive ->
>>>> http://www.under-score.org.uk/mailman/listinfo/underscore
>>>>
>>>>
>>>> --
>>>> No virus found in this incoming message.
>>>> Checked by AVG Free Edition.
>>>> Version: 7.5.516 / Virus Database: 269.20.9/1290 - Release Date:
>>>> 20/02/2008
>>>> 20:45
>>>>
>>>>
>>>> No virus found in this incoming message.
>>>> Checked by AVG Free Edition.
>>>> Version: 7.5.516 / Virus Database: 269.20.9/1290 - Release Date:
>>>> 20/02/2008
>>>> 20:45
>>>>
>>>>
>>>> No virus found in this outgoing message.
>>>> Checked by AVG Free Edition.
>>>> Version: 7.5.516 / Virus Database: 269.20.9/1290 - Release Date:
>>>> 20/02/2008
>>>> 20:45
>>>>
>>>>
>>>>
>>>> --
>>>> underscore_ list info/archive ->
>>> http://www.under-score.org.uk/mailman/listinfo/underscore
>>>
>>>
>>> --
>>> underscore_ list info/archive ->
>>> http://www.under-score.org.uk/mailman/listinfo/underscore
>>>
>>>
>>> --
>>> No virus found in this incoming message.
>>> Checked by AVG Free Edition.
>>> Version: 7.5.516 / Virus Database: 269.20.9/1292 - Release Date:
>>> 21/02/2008
>>> 16:09
>>>
>>>
>>> No virus found in this incoming message.
>>> Checked by AVG Free Edition.
>>> Version: 7.5.516 / Virus Database: 269.20.9/1292 - Release Date:
>>> 21/02/2008
>>> 16:09
>>>
>>>
>>> No virus found in this outgoing message.
>>> Checked by AVG Free Edition.
>>> Version: 7.5.516 / Virus Database: 269.20.9/1292 - Release Date:
>>> 21/02/2008
>>> 16:09
>>>
>>>
>>>
>>> --
>>> underscore_ list info/archive ->
>> http://www.under-score.org.uk/mailman/listinfo/underscore
>>
>>
>> --
>> underscore_ list info/archive ->
>> http://www.under-score.org.uk/mailman/listinfo/underscore
>>
>>
>> --
>> No virus found in this incoming message.
>> Checked by AVG Free Edition.
>> Version: 7.5.516 / Virus Database: 269.20.9/1292 - Release Date:
>> 21/02/2008
>> 16:09
>>
>> No virus found in this incoming message.
>> Checked by AVG Free Edition.
>> Version: 7.5.516 / Virus Database: 269.20.9/1292 - Release Date:
>> 21/02/2008
>> 16:09
>>
>>
>> No virus found in this outgoing message.
>> Checked by AVG Free Edition.
>> Version: 7.5.516 / Virus Database: 269.20.9/1292 - Release Date:
>> 21/02/2008
>> 16:09
>>
>>
>>
>> --
>> underscore_ list info/archive ->
>> http://www.under-score.org.uk/mailman/listinfo/underscore
> --
> Dale-Anthony
> dale at daleanthony.com
> Blog - daleanthony.com
> Portfolio - daleanthony.com/portfolio
> 
> 
> 
> --
> underscore_ list info/archive ->
> http://www.under-score.org.uk/mailman/listinfo/underscore
> 
> 
> --
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.5.516 / Virus Database: 269.21.0/1296 - Release Date:
> 24/02/2008
> 12:19
> 
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.5.516 / Virus Database: 269.21.0/1296 - Release Date:
> 24/02/2008
> 12:19
> 
> 
> No virus found in this outgoing message.
> Checked by AVG Free Edition.
> Version: 7.5.516 / Virus Database: 269.21.0/1296 - Release Date:
> 24/02/2008
> 12:19
> 
> 
> 
> --
> underscore_ list info/archive ->
> http://www.under-score.org.uk/mailman/listinfo/underscore
-- 
Dale-Anthony
dale at daleanthony.com
Blog - daleanthony.com
Portfolio - daleanthony.com/portfolio