treehouse : what would you like to learn today?
Web Design Web Development iOS Development

CSS3 Gradient Conflict

  • I am trying to make my gradient work in mobile browsers. It works great with desktop browser, however every time I check it in my iPhone (mobile browser) the gradient repeats itself. Here is where I applied the gradient: http://www.cortesricardo.com/doomsday

  • Hey,

    I think u have not applied proper web-kit for safari & opera thta why its not affecting in mobile browser.

    Please add that one. and dont apply background image on HTML tag, pl. apply in Body tag.

    Thanks KD