Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
UI Screenshots page on this site
#1
Hi!
This isn't really a request for help, but an FYI... I noticed that the UI Screenshots page looked, well, rather exotic in Firefox 4. At first, I was thinking, wow, what a minimalist design. Wink Then I saw that the slideshow was WAY over on the right off the page. It does run, at least!

Because I am a CSS guy, I had to take a closer look. Safari's looking OK... maybe the design was coded using it?

http://get-simple.info/start/screenshots/

Here's a bit of CSS code that fixed it for me in FF:
Code:
#screens {
  height: 800px;
  width: 1000px;
  clear: both;  /* this is what I added.... float: left;  also seemed to work for FF.   */
}

None of my flavors of IE display the slides... instead you have the images stacked vertically and they don't move - I'm guessing IE doesn't like some of the JQuery code, maybe. No quick fix for that (although maybe an updated library might help).

Chrome seems fine.

Hope this helps!
Cheers, Dave
CSS and CMS development. Specializes in MODx and Wordpress.
Reply
#2
Thanks! made the fix... i am able to see them on all the flavors of IE i have... so i think we are good now
- Chris
Thanks for using GetSimple! - Download

Please do not email me directly for help regarding GetSimple. Please post all your questions/problems in the forum!
Reply




Users browsing this thread: 1 Guest(s)