I am new to building iPhone web sites.
I have got the script running that turns the site when you turn the phone, but I cannot work out how to resize images when you turn it.
This is the site I have been using to learn it:
http://www.engageinteractive.co.uk/blog ... he-iphone/
What it doesn't show is how to control the size of the image. I've tried this as my CSS:
Code: Select all
.logobox img #content_normal
{
margin-left: 10px;
width: 300px;
}
.logobox img #content_right
{
margin-left: 10px;
width: 400px;
}Has anyone done this and can help guide me please?