View Full Version : Pop Up Background Image......
bradphipps
07-20-2006, 08:17 PM
Question..... Where do I find the code to edit for adding a background image to the pop ups? I want an image in the background of the pop ups sorta like the calendar at www.reallifecc.org (http://www.reallifecc.org) Please advise. Thanks, Brad.
Brian
07-20-2006, 11:19 PM
Viewing the source of that page reveals they edited the theme/default/popup.css file and added a background image to the CSS definition:
body {
margin: 40px 5px 5px 5px;
background-color: #C3C4B6;
background-image: url(http://www.reallifecc.org/images/bigimages/calpopback.jpg);
background-repeat: repeat-x;
}
vBulletin® v3.8.4, Copyright ©2000-2013, Jelsoft Enterprises Ltd.