You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Scroller in IE7 doesn Created May 27, 2010

This thread is solved

Views: 834     Replies: 3     Last reply Aug 30, 2010  
You must login first before you can use this feature

g4user

Posts: 1

Registered:
May 27, 2010

Scroller in IE7 doesn

Posted: May 27, 2010

Hi there,

I have installed jQueryTools on www.whatshewears.ie. I've managed to get the 'Tab's to work on the right handside but for the life of me I cannot get the scroller on the homepage to work in IE7. Naturally it works perfectly in Firefox and Safari on a PC and Mac but IE7 is giving me a headache.

I should also add this is a Wordpress installation.

Any help would be deeply appreciated!

regards Chris

klrBB

Posts: 1

Registered:
Aug 26, 2010

» Scroller in IE7 doesn

Posted: Aug 26, 2010

Reply to: Scroller in IE7 doesn, from g4user
Hi
I am using two Scrollables in one page, the second one does not work on IE7. any Idea? why?

thanks

NMAC83

Posts: 4

Registered:
Aug 6, 2010

Same problem with scrollable wizard.

Posted: Aug 26, 2010

Reply to: Scroller in IE7 doesn, from g4user
I have a scrollable wizard, and it looks beautiful in FF.
When I fire it up in IE7 however it just doesn't work. It's as if the items are being 'stacked' on each other, rather than being side-by-side.

http://209.12.152.121/dev/register.cfm?eventid=52

Anyone have an idea? Would appreciate any help!

NMAC83

Posts: 4

Registered:
Aug 6, 2010

solved

Posted: Aug 30, 2010

Reply to: Same problem with scrollable wizard., from NMAC83
I was able to sort out my problem. As you can probably guess, it had to do with IE7 and how it renders differently than other browsers.
I ran my code through the W3C markup validator at validator.w3.org.
I (incorrectly) had a DIV structure within a UL structure. FF and Chrome was able to render this anyway, but not IE7.
I fixed the structure to proper format and now all is good.

So, if you have some funny behaviour in IE7, make sure you html is properly formatted. Use the w3 validator to help.

Cheers
Neal