kate_rose Posted June 14, 2008 Share Posted June 14, 2008 Hi, I have a bunch of different sized images (some much bigger than the screen and others which will only take up part of it) that I need my users to be able to go through individually. Since the details are important scrolling will be OK. So basically I need to have a forward & back button and a display of the pics. The list of images will be generated from a database depending on the user query. I need it to be cross browser compatible so I guess a CSS design which I would normally go to is pretty much out & I have read that javascript should really be considered an extra because some folks turn it off or don't use it. So it just needs to be basic html & or CSS which will work with IE. There is a dizzying array of scripts out there could someone please point toward one or a tutorial that could help. Sorry to be so nonspecific I am really new at this. I have figured out the php scripting for the most part but the image display is the next step. Thanks Kate Quote Link to comment Share on other sites More sharing options...
haku Posted June 14, 2008 Share Posted June 14, 2008 You can generate the CSS dynamically with the PHP by reading in the image sizes, and setting margins or what not based on that. Quote Link to comment Share on other sites More sharing options...
kate_rose Posted June 14, 2008 Author Share Posted June 14, 2008 I will give that a shot. Thanks. I just sort of needed a direction. Kate Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.