where would i put this CSS Code please?
Same place as any other site ie either on the body or the PageDiv
Example
body {
background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,255,255,0.9)),to(rgba(255,0,255,0.9))); /* Saf4+, Chrome */
background-image: -webkit-linear-gradient(top, rgba(0,255,255,0.9), rgba(255,0,255,0.9)); /* Saf5.1+, Chrome 10+ */
background-image: -moz-linear-gradient(top, rgba(0,255,255,0.9), rgba(255,0,255,0.9)); /* FF3.6 */
background-image: -ms-linear-gradient(top, rgba(0,255,255,0.9), rgba(255,0,255,0.9)); /* IE10 */
background-image: -o-linear-gradient(top, rgba(0,255,255,0.9), rgba(255,0,255,0.9)); /* Opera 11.10+ */
background-image: linear-gradient(top, rgba(0,255,255,0.9), rgba(255,0,255,0.9)); /* Standard CSS3 */
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#e600FFFF', endColorstr='#e6FF00FF'); /* IE6,IE7 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#e600FFFF', endColorstr='#e6FF00FF')"; /* IE8,IE9 */
}
or
#PageDiv {
background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,255,255,0.9)),to(rgba(255,0,255,0.9))); /* Saf4+, Chrome */
background-image: -webkit-linear-gradient(top, rgba(0,255,255,0.9), rgba(255,0,255,0.9)); /* Saf5.1+, Chrome 10+ */
background-image: -moz-linear-gradient(top, rgba(0,255,255,0.9), rgba(255,0,255,0.9)); /* FF3.6 */
background-image: -ms-linear-gradient(top, rgba(0,255,255,0.9), rgba(255,0,255,0.9)); /* IE10 */
background-image: -o-linear-gradient(top, rgba(0,255,255,0.9), rgba(255,0,255,0.9)); /* Opera 11.10+ */
background-image: linear-gradient(top, rgba(0,255,255,0.9), rgba(255,0,255,0.9)); /* Standard CSS3 */
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#e600FFFF', endColorstr='#e6FF00FF'); /* IE6,IE7 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#e600FFFF', endColorstr='#e6FF00FF')"; /* IE8,IE9 */
}
using Page>Html Markup in the before section (Dont forget to wrap it in style tags if doing it this way.)
or create a class (that contains the gradient style declaration) and add that class to your PageDiv
As usual in FW Pro there are many ways to add code/styles.
David
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options