|
Title: Read this first! Post by: Jonah on March 25, 2006, 03:39:37 pm check out the posted demo. this displays properly in the latest versions of FF, IE6, Opera and Safari.
when posting about display bugs: - make sure your using the latest RSG2 - report browser name and version - report and link to the template you are using - include a screenshot modifying/creating new templates is done by modifying the css file at: /components/com_rsgallery2/rsgallery.css currently the frontend is NOT finished. this means that a significant chunk is still using styleless tables and class/id names are subject to change. this should change soon as it is what i am currently working on. have fun! :-) Jonah Chief Code Slave The RSGallery2 Project Team Title: How to Modify the CSS Post by: Jonah on May 03, 2006, 04:39:55 am Get Firefox, make sure you install the DOM inspector. There are plenty of other (http://www.clagnut.com/blog/340) tutorials (http://www.codestore.net/store.nsf/unid/BLOG-20050228) out there, but it basically works like this.
- Launch the DOM Inspector - click the mouse cursor icon in the top left corner - click the element you want to change on the page - look at the class or id names of now selected element in the DOM insepector - modify the /components/com_rsgallery2/rsgallery.css accordingly |