Jump to content

dunderhonung

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

dunderhonung's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. If I set them to display none it will still load the pictures ?
  2. Can I do it without JS? my school instructions dont let me use JS.. :/
  3. Is it possible to show different content depending on mobile device? I would like hide some stuffs like pictures and sidebars for handheld devices without using display:block in the css.
  4. Get a hugh problem with a work in school! We are suposed to optimize a website for moblie devices.. Just by using xhtml, css and php. the problem is that I want the meny to just show at the front page for mobile devices.. I konw that I can choos pic with < img > < media="only screen and (min-width: 640px)" src="bild1.jpg" /> < media="only screen and (min-width: 800px)" src="bild2.jpg" /> </ img > is it possible to do a if construct in any point with using media? please help, Im lost.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.