Collapso Firefox and IE

Expanding / Collapsing, search engine friendly, Section menu.
Post Reply
a.g.r.c
Posts: 9
Joined: Fri Mar 07, 2008 8:18 pm

Collapso Firefox and IE

Post by a.g.r.c »

Hi Norman,

Please take a look at this...

http://2shades.net/tech/collapso.jpg

As you can see there are some browser issues. I'm using the Stylesheet you have on the demonstration for Collapso. The coloured list one to be exact. There 3 stylesheet links plus the actinic core JS ones.

<link href="actinic.css" rel="stylesheet" type="text/css" />
<link href="style.css" rel="stylesheet" type="text/css" media="screen">
<link href="collapso-5-RolloverBoxes.css" rel="stylesheet" type="text/css" media="screen">

There are some major performance differences as in the way the block is handled in IE. It performs flawlessly cross browser in your demonstration, why would it be acting differently now?

Thanks

Alistair
norman
Site Admin
Posts: 1252
Joined: Sat Feb 07, 2004 9:55 pm

Re: Collapso Firefox and IE

Post by norman »

Hi, Alistair

I'm afraid I don't know. I have a limited knowledge of CSS. Getting those 3 supplied stylesheets to work was more luck than judgement.

If you're using collapso-5-RolloverBoxes.css and tinkering with the width, then the overall width is the one in

Code: Select all

#collapso5 div
	{
	display: block;
	padding: 5px 10px;
	width: 150px;
	background-color: #036;
	}
If you adjust this, then you should add / subtract the same amount from all other widths defined in this file (there are 3 more).

Sorry not to be able to help more.
Norman
Post Reply