
hi can someone help me with some coding?
#1
Posted 14 July 2012 - 12:48 PM
thank you
#2
Posted 15 April 2013 - 01:32 AM
Edited by borikenmedia, 15 April 2013 - 01:38 AM.
#3
Posted 06 May 2013 - 05:39 PM
hello enirevlow, i would suggest making your design smaller to fit smaller screens. Its easier to design sites so that they can fit bigger screens, then design big sites to fit smaller screens.
There are also some tricks you can do in the coding to make the layout more fluid. Instead of defining the size of an element's measures in pixels, use percentages, or no width measurement at all.
using "100%" or "auto" when defining an element's width that doesnt have a parent, will make the object grow the the size of the screen.
Using repeated images is another way to help your layout fit to larger screens.
background-image:url('paper.gif'); background-repeat:repeat-y;
repeat-y - repeat horizontally
repeat-x - repeat vertically
repeat - repeat horizontally and vertically (fills the bg of the object with the repeating image)
combining an auto-width, and a repeated image, will keep your design looking good pretty much no matter how large or small it has to go.
Also tagged with one or more of these keywords: photoshop, webpage, enirevlow
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users