![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Web Design & Programming Discussion of web design, and server-side & client-side scripting |
![]() |
|
|
Thread Tools |
|
|
#1 (permalink) |
|
Registered User
Join Date: Apr 2008
Location: Texas
Posts: 13
OS: WinXP-Pro x64, OSXLeopard, Server 2003
|
IE issues
I have just completed a site. It all works fine in firefox/safari. But in IE one of the pages *this page* at the bottom in the gallery section it doesn't work right. Just try to look at a couple different pics and you'll see what I mean. I guess my css scripting is not quite right....I am not sure what i am doing wrong though.
If anybody could help it would be wonderful! Thanks, Aeron |
|
|
|
|
|
#2 (permalink) |
|
Design Team Member
Join Date: Feb 2008
Location: Deming, NM
Posts: 288
OS: XP SP2 & Vista
|
Hey aberroownn,
Strange how it's not working right in IE... Look at the code below. Not sure if the browsers are reporting correctly, but if they are then there is some missing ">" and </em>. Try that first? I added what is missing on the first line in bold. Not sure if closing the </em> would help at all, but you never know (especially with IE) Code:
<a class="gallery slidea" href="#nogo"><em><img src="files/portfolio/pic1.jpg" ></em> </a> <a class="gallery slideb" href="#nogo"><em><img src="files/portfolio/pic2.jpg" </a> <a class="gallery slidec" href="#nogo"><em><img src="files/portfolio/pic3.jpg" </a> <a class="gallery slided" href="#nogo"><em><img src="files/portfolio/pic4.jpg" </a> <a class="gallery slidee" href="#nogo"><em><img src="files/portfolio/pic5.jpg" </a> <a class="gallery slidef" href="#nogo"><em><img src="files/portfolio/pic6.jpg" </a> <a class="gallery slideg" href="#nogo"><em><img src="files/portfolio/pic7.jpg" </a> <a class="gallery slideh" href="#nogo"><em><img src="files/portfolio/pic8.jpg" </a> <a class="gallery slidei" href="#nogo"><em><img src="files/portfolio/pic9.jpg" </a> <a class="gallery slidej" href="#nogo"><em><img src="files/portfolio/pic10.jpg" </a> <a class="gallery slidek" href="#nogo"><em><img src="files/portfolio/pic11.jpg" </a> <a class="gallery slidel" href="#nogo"><em><img src="files/portfolio/pic12.jpg" </a> <a class="gallery slidem" href="#nogo"><em><img src="files/portfolio/pic13.jpg" </a> <a class="gallery sliden" href="#nogo"><em><img src="files/portfolio/pic14.jpg" </a> <a class="gallery slideo" href="#nogo"><em><img src="files/portfolio/pic15.jpg" </a> <a class="gallery slidep" href="#nogo"><em><img src="files/portfolio/pic16.jpg" </a> <a class="gallery slideq" href="#nogo"><em><img src="files/portfolio/pic17.jpg" </a> <a class="gallery slider" href="#nogo"><em><img src="files/portfolio/pic18.jpg" </a>
__________________
|
|
|
|
![]() |
| Thread Tools | |
|
|