hyperlink - IE7 link issues? -


my internet shut off... i'm @ library trying fix 1 last feature of test page (and site) before portfolio review date on 1st (tomorrow!!!).

here's problem, time i've been testing compatibility of site ie9/ff4/chrome12/safari (latest) not ie7/8. site/test page works want in browsers i've been testing with.

as luck have it, library i'm @ has ie7 installed , apparently won't upgrade ie8, think render page correctly. think due finding many instances of issues page renderings in ie7 while there none in ie8 same page through investigating.

anyway, on test page linked above, text tab slide-out div in top-left corner of page isn't displaying , oddly enough, simple image link @ bottom right of page isn't either. 2 happen first , last links on page, if helps @ (i'm thinking may have that). else on test page functioning/displaying properly. view test page through of above browsers i've tested see how should display/function.

i've tried adjusting z-index (as i've found few cases culprit of ie7 misbehaving) no avail. i'm stuck , don't know go next.

any help/pointers appreciated getting reviewed tomorrow! lot riding on review , want ensure reviewers can view page intended if using ie7.

edit: css, js

in css, if change

.su{     display:inline-block; } 

to

.su{     display:block; } 

you can see jaguar no problem.

apparently, ie7 has issues display:inline-block;


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -