Try one of these Chris.
background-size: 100% auto; //Full width proportionate height (gets cut off by
size of container)
background-size: 100% 100%; full width and height (stretchy)
background-size: auto 100%; //Full height proportional width (gets cut off by
size of container)
HTH,
Best,
Ka
Background-size, or bg:cover won't cause a background graphic to be the
actual width of the graphic, instead {width} works, can this be used on
a background image ?
__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-dis
> Le 21 mai 2015 à 04:06, Chris Kavinsky a écrit :
>
> I'm trying to retrofit an existing site that's using a horizontal
> navigation menu with dropdowns. The problem I'm having is getting the menu
> to appear on:click when the screen size is smaller. Its doing it entirely
> using css. I created
Don't know if this will help, but the touch on your scrolling banner works. I
can scroll to the next banner on my iPhone. Maybe look at that code to see how
the touch is handled and repurpose some code?
HTH,
Best,
Karl
Sent from losPhone
> On May 20, 2015, at 2:06 PM, Chris Kavinsky wrote:
>
I'm trying to retrofit an existing site that's using a horizontal
navigation menu with dropdowns. The problem I'm having is getting the menu
to appear on:click when the screen size is smaller. Its doing it entirely
using css. I created a static version before moving it to the wordpress
site, and it