Re: Adding Vertical Graduated Color to Body by Vincent Rosati on Sep 29, 2009 at 6:08:41 pm in the Adobe Dreamweaver Forum The CSS might look something like this...
body {
background: #221e1f url(images/bg_tile.gif) repeat-x top;
}
The background color should be the same as the color at the bottom of the gradient, assuming you will be placing the tile at the top.
The height of the...
Re: Adding Vertical Graduated Color to Body by Vincent Rosati on Sep 29, 2009 at 6:08:32 pm in the Adobe Dreamweaver Forum Hmmm.
Try changing the Main.css to this...
body{
font-family: Arial, Helvetica, sans-serif;
font-size: small;
background: #e7e7e7 url(images/bg_tile.gif) repeat-x top;
}
It works here.
It looks like the Reset.css is probably for helping with maintaining cross-browser consistency. A way of reducing surprises across different browsers.
I'm counting 4 instances...
Re: Adding Vertical Graduated Color to Body by Vincent Rosati on Sep 29, 2009 at 6:00:03 pm in the Adobe Dreamweaver Forum also, to the main css...
Adding margin-left:auto & margin-right: auto to the Wrapper and the Footer should center everything.
.wrapper {
position:relative;
height: 768;
width: 1024px;
margin-left: auto;
margin-right: auto;
}
.footer{
clear:both;
height: 40px;
width: 1024px;
margin-left: auto;
margin-right: auto;
}
Vince
*Please remember to Rate our replies and check Solution if solved. Also, we do...
Re: Audio disappearing partway thru imported clips by Vincent Rosati on Jul 26, 2009 at 11:19:20 am in the Adobe Premiere basics Forum Although you have the FRAPS codecs installed on your system, Premiere doesn't like them. You need to use an intermediate codec.
Either decompress, or recompress to a Premiere-friendly lossless codec prior to import.
I use AVS Video Converter to decompress almost everything,...