Jump to content


Photo

hi can someone help me with some coding?

photoshop webpage enirevlow

  • Please log in to reply
2 replies to this topic

#1 enirevlow

enirevlow

    Young Padawan

  • Members
  • Pip
  • 1 posts

Posted 14 July 2012 - 12:48 PM

hi i just made my webpage in Photoshop with 1920x1986 measures looks good on my laptop but when i try to watch it on a no full HD monitor it looks a lot bigger how can i solve that, is there a way to adjust the size with Dreamweaver without going back to the Photoshop edition?

thank you

#2 borikenmedia

borikenmedia

    Young Padawan

  • Members
  • Pip
  • 30 posts

Posted 15 April 2013 - 01:32 AM

jeje, hi. Is not that am not that big of a powersystem fan but you should stick to the native meassures of the visual reproduccion in the web that is 1024x768 unless your plannin to develop a bin file in your code for adjusting client resolution you could try an detect http_user_agent guest browser and set a theme size for each nor go straight for the server motds and load a module with .htaccess for a preset system requirement

Edited by borikenmedia, 15 April 2013 - 01:38 AM.


#3 DoC

DoC

    Young Padawan

  • Members
  • Pip
  • 63 posts
  • Gender:Male

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