View Single Post
04-15-2005, 02:50 PM
#2
Geert is offline Geert
Geert's Avatar
Status: Junior Member
Join date: Mar 2005
Location: Belgium
Expertise:
Software:
 
Posts: 67
iTrader: 0 / 0%
 

Geert is on a distinguished road

Send a message via Skype™ to Geert

  Old

This should do the trick:
Code:
position:fixed;
top:50%;
left:50%;
margin-left:-300px; /* 50% of width */
margin-top:-30px; /* 50% of height */
width:600px;
height:60px;