Thread: Addon: Hoverbox
View Single Post
  #6  
Old 05-27-2008, 12:11 PM
fadattf Offline
pp veteran
 
Join Date: May 2008
Posts: 53
It is very simply!

1) Install the Plugin (like all other plugins) & Copy the CSS Files into a subdirectory of your style

2) Open the "browse_template.html" File

2a) Add the two lines into your HEAD Section
Code:
<link rel="stylesheet" href='templates/YOURTEMPLATE_NAME/styles/hoverbox.css' type="text/css" media="screen, projection" />
 <!--[if IE]> 
<link rel="stylesheet" href='templates/YOURTEMPLATE_NAME/styles/ie_fixes.css' type="text/css" media="screen, projection" />
 <![endif]-->
Replace "YOURTEMPLATE_NAME" with the real name of your template
2b) Replace the "<THUMBNAILS>"-Tag with:
Code:
<HOVERBOX>
3) Save your files and your done!


If you have questions to a specific part please let me know.

Last edited by fadattf; 06-03-2008 at 11:04 AM. Reason: fixes a mistake
Reply With Quote