Re: [WSG] Tiny Buggy IE thing

2009-03-24 Thread Krystian - Sunlust
Hmmm,

I'm looking at the code but I can't see how you actually put an image
there and where's the system that makes it change the pic under the
hover.

Can you please point me to the relevant file/s and explain, that would
make it easier to see where it went wrong.

There's also a bugless way of doing an image rollover just like this
one, that uses only CSS described in details here:
http://www.subcide.com/tutorials/csslayout/index.aspx

Regards,

-- 
Krystian Szastok
Affordable, Freelance Web Designer in Eastbourne:
http://eastbournewebdesign.net
Mobile UK (Orange): 07528 036 337
Call for more information or email me.


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



Re: [WSG] Tiny Buggy IE thing

2009-03-24 Thread James Ducker
Kristine,

Try removing overflow: hidden; *(styles.css, circa line 523)*

(or change it to overflow: auto, but I really don't see the need for an
overflow - you already have overflow:hidden applied to uber-container. I
think a -5000 pixel margin on your wai text is enough to push it beyond
uber-container's boundary eh :-P )

*Explanation:*

I don't have any debugging tools handy, but I ran this through the address
bar:

javascript:for(i=0; i document.getElementsByTagName(a).length; i++)
{document.getElementsByTagName(a)[i].style.overflow = ; }; void(0);

...and it seemed to work fine.

Also, this mailing list isn't for debugging help, etc, etc.

Finally, @Krystian: http://www.getfirebug.com/ - will reveal all the info
you need fairly easily.

- James


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***