Thank you everyone for you response on my question of the proper use of 
background images. I quess my basic confusion is how media queries work.
I believe I had read all the references that David provided. 
<http://www.smashingmagazine.com/2010/07/19/how-to-use-css3-media-queries-to-create-a-mobile-version-of-your-website/>
was the tutorial I was refering to.
The writer uses this CSS to replace the original graphic with a smaller one.

div#header {
background-image:url (media-queries-phone.jpg);
height: 93px;position: relative; }

How does this then replace the graphic already placed on the page with an img 
tag in the html? 
Thats when I got to wondering if you needed to place the original graphic in 
the CSS with the background-image attribute. Responses tell me no so I am still 
confused.
I apologize for being a little thick on this but I would appreciate any help 
you can give me.
Kris
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to