John McCubbin
MemberForum Replies Created
-
this didnt work there wass no gradient in it at all even in chrome
code i used was:
#header-menu, #header-menu-wrap {
background: -moz-linear-gradient(-45deg, #0b479d 33%, #2989d8 46%, #207cca 77%, #9cc1f7 100%) repeat scroll 0 0 transparent !important
}and before it was
#header-menu, #header-menu-wrap {
background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(-45deg, #1e5799 0%, #0b479d 47%, #2989d8 56%, #9cc1f7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#1e5799), color-stop(47%,#0b479d), color-stop(56%,#2989d8), color-stop(100%,#9cc1f7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #1e5799 0%,#0b479d 47%,#2989d8 56%,#9cc1f7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #1e5799 0%,#0b479d 47%,#2989d8 56%,#9cc1f7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #1e5799 0%,#0b479d 47%,#2989d8 56%,#9cc1f7 100%); /* IE10+ */
background: linear-gradient(-45deg, #1e5799 0%,#0b479d 47%,#2989d8 56%,#9cc1f7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#9cc1f7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
!important;
}in case it helps yous help me
how do you put a screen shot on here as i have seen other people do it but dont know how
no im using 1.6.1 on local host but before i upgrade on live i want to try and fix this
yes and thanks for the link to the compatible gradients but it has broken my dropdown menu in IE im wondering either how to fix this or if i should just leave it. it works when
, #header-menu-wrapbut then it doesnt span whole menuSorry was just trying to keep it fresh this is the only forum i have really used so dont really know if people care to go through pages to find stuff sorry about that my live page has the version 1.6 and the text underneath Copyright is the copyright but on my local host which i test things on first the layout has changed to the copyright (custom text) to the left of the footer menu i want it above the menu like in my live site yet again sorry if i seemed inpatient
anyone help with this
can anyone advise me what to do or should i just leave gradients out of the menu
i think its just to do with the copyright of the page is there a way to make it like before where it stretched the who footer width with everything else below it
the first part also seems to work when i remove:
, #header-menu-wrapbut then the colour doesn’t span the whole menu
