hi i am looking to make a gradient using css to save on load time
i am going to be using them in a menu
i was wondering if there is a way of doing so
i would like to make a gradient from 3366ff to 0000ff
thanks in advance
hi i am looking to make a gradient using css to save on load time
i am going to be using them in a menu
i was wondering if there is a way of doing so
i would like to make a gradient from 3366ff to 0000ff
thanks in advance
this cannot be done with css alone.
what you can do though is create a 1 pixel wide by X length than use CSS to repeat it on the x axis
its always a good idea when assigning a background image to assign a background color similar to offset the affects for the image cannot be displayed for some reasonCode:selector { background: #000000 url('__image__') repeat-x top left; }
i was thinking using only css not an image
^^^^^^^^Originally Posted by boogyman
Bookmarks