How to resize the a webpage automatically?

Discussion in 'Programming' started by rainat, Oct 14, 2012.

  1. #1
    Hello all,

    tanya.jpg

    I found a website that can automatically resize the width using the options on the dropdown..(blue circle). Should I create two of the same website, with ccs file separately ?
    and how (source) to create a toggle like in the red circle

    Here is the website link http://theme-fusion.com/avada/

    Thanks
     
    Last edited: Oct 14, 2012
    rainat, Oct 14, 2012 IP
  2. wulfgen

    wulfgen Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Its not resizing the "page", per se, however the css is changing the width of the background element and box model for the container elements - its all the the CSS
     
    wulfgen, Oct 20, 2012 IP
  3. aslamdoctor

    aslamdoctor Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Yes, its all CSS. If u want to try it latest way, google for "CSS3 Media Queries" and you will find the easiest way to d
     
    aslamdoctor, Oct 25, 2012 IP
  4. ronitmathurseo

    ronitmathurseo Member

    Messages:
    98
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    43
    #4
    Actually it is not re-size function. The div (in which DD is placed) , the width is set to auto or 100%.
     
    ronitmathurseo, Oct 25, 2012 IP
  5. rainat

    rainat Member

    Messages:
    66
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #5
    yes, thanks all...i've been solve this problem.
     
    rainat, Oct 25, 2012 IP
  6. Lanouvelle

    Lanouvelle Well-Known Member

    Messages:
    188
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    128
    #6
    Wow, Thank you for this tool. I did not know that resizing a webpage it could be done so easily.
     
    Lanouvelle, Oct 25, 2012 IP
  7. sam_pras

    sam_pras Member

    Messages:
    51
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #7
    Its only a question of specifying the height and width of all divs in your css in "percentage". Actually, you can find lot of tutorials regarding that
     
    sam_pras, Nov 4, 2012 IP