Posts: 101
Location: London/Oxford, England
|
Quote:
Originally Posted by chrishirst
A height of 126px PLUS 50px top padding will leave a fair sixed gap (50px to be exact)
|
To what exactly? Sorry real newbie here!!
A image or something in the CSS?
EDIT:
If you mean my flash frame
Code:
.flash-frame {
width:960px;
float:left;
background:url(../images/flash-bg.gif) repeat-x top;
height:126px;
padding:50px 0 0 0;
margin:0;
It's already set to what you mean..
EDIT again:... solved made padding 25px.
Thank you
Last edited by PN-Matt; 09-05-2010 at 06:32 PM..
|