Thread: Addon: Hoverbox
View Single Post
  #11  
Old 06-04-2008, 09:49 AM
fadattf Offline
pp veteran
 
Join Date: May 2008
Posts: 53
I've just taken a quick look on your stylesheets!

To re-center your layout please remove the following part from your hoverbox.css file.


Code:
body
{
	background: #fff;
	color: #777;
	margin: 0 auto;
	padding: 50px;
	position: relative;
	width: 620px;
}
Note:
Since the Hoverbox-technique is a CSS only technique it comes already with some "defaults" in the hoverbox.css file.
If it doesn't fit perfect with the rest of your css it can be that some modifications are needed.

Last edited by fadattf; 06-04-2008 at 02:47 PM.
Reply With Quote