Bruno Pereira Posted May 5, 2009 Share Posted May 5, 2009 i insert drop shadows http://www.radiocapital.fm/ Anybody know how to do this ????? Link to comment Share on other sites More sharing options...
Dave Egerton Posted May 5, 2009 Share Posted May 5, 2009 Bruno,I assume you are talking about drop shadows on the main navigation. All you need is a single background image on your CSS with the two effects and then a css rule to move the background image up when you hover. (There are other ways also of course)if you search on web for change background image CSS on hover you will find many articles to guide youThen change your global.css file in your theme. if you not sure what html classes and id's your prestashop menu is using, install firebug (A firefox extension) Link to comment Share on other sites More sharing options...
Bruno Pereira Posted May 5, 2009 Author Share Posted May 5, 2009 I am speaking of shadows....see this image Link to comment Share on other sites More sharing options...
Dave Egerton Posted May 5, 2009 Share Posted May 5, 2009 the usual way is a single image for the sides, white in centre, shadows left and right applied to a div such as #page as background image and told in css to tile vertically. As the #pahe grows depending on its content the background image will tile to match #page heightThen apply top and bottom shadows separately using other class or IDs on divs etc Link to comment Share on other sites More sharing options...
Bruno Pereira Posted May 5, 2009 Author Share Posted May 5, 2009 but which files??? Link to comment Share on other sites More sharing options...
San Diego Posted May 5, 2009 Share Posted May 5, 2009 hi,it depends on what you want to do, your question is a little bit to global,the main changes you need to make, as far i get you right, are done in the global.css fileof your theme.but as dave told you, install firebug for firefox, open your site, open firebugand firebug is telling you exactly which file your content is in, give it a try,but now it comes, you also can make a picture in photoshop with your dropshadows,background white and picture a little bit smaller, record all steps, so you can automate thework for the next pics, as long your background is white in presta it will workbut i guess your customer will not love you to do it this way with all the pics he is uploading in the futuresd Link to comment Share on other sites More sharing options...
Recommended Posts