Reputation Activity
-
CQ Website Design got a reaction from altafkhans in iPad 3 - 2048x1536 on a 9.7" ScreenI was just woundering how you guys are dealing with the new iPad as it has a 2048x1536 resolution on a 9.7" screen. I'd imagen websites would look really tiny on a tiny screen especially fixed width websites.
-
CQ Website Design got a reaction from SasukesRage in Stumped on Background Layout PlacementI think it is just:
background: url('background.jpg') no-repeat center top #999999;
The background image has been made so that it fits around the main container div. Then there is a header div which will have another background image in it with bits of the icons. Then probably another background image on the left side of the menu bar div.
If you download Firebug for Firefox you have just inspect the page hover over the sections and it will give you the CSS and HTML code for the bit your hovering over.