Anyone knows this case?

3 replies
  • WEB DESIGN
  • |
Hello,

Can anyone tell me that how to make the layout of the page here in this website----------> goo.gl/wD6mo
exactly like this ------> goo.gl/NtLWc
#case
  • Profile picture of the author rhinocl
    Looks like you have already accomlished that. You might look at this
    <div class="wap_top"></div> It is just a useless overlay in both the sites that ruins the header image.
    {{ DiscussionBoard.errors[7381916].message }}
    • Profile picture of the author mirza786
      Originally Posted by rhinocl View Post

      Looks like you have already accomlished that. You might look at this
      <div class="wap_top"></div> It is just a useless overlay in both the sites that ruins the header image.
      Can you tell me how to increase the page layout in the first website? So that it will fit the screen.
      {{ DiscussionBoard.errors[7382060].message }}
      • Profile picture of the author Brandon Tanner
        Originally Posted by mirza786 View Post

        Can you tell me how to increase the page layout in the first website? So that it will fit the screen.
        If you want the site to be the width of the screen, that's called a "fluid" layout. Basically you would have to change the width values of all of the div's from pixels to percentages.

        This is a good tutorial...

        Create fluid layouts with HTML5 and CSS3 | Tutorial | .net magazine
        Signature

        {{ DiscussionBoard.errors[7382233].message }}

Trending Topics