Website Help! How do i create a site where all of the content not only the bg changes with the screen size?
Wilson
2010-09-05 13:45:40 UTC
I am looking to make a website where the entire content of my site grows and changes when someone pulls the screen window bigger or smaller. The content must be clickable and the images have no fixed resolution. Just like: http://www.jeremycowart.com/
How to create flexible sites quickly using standards like CSS and XHTML: http://www.ibm.com/developerworks/web/library/wa-rapid/
In Search of the Holy Grail: http://www.alistapart.com/articles/holygrail/
Care With Font Size: http://www.w3.org/QA/Tips/font-size
Ron
?
2016-10-04 15:53:53 UTC
Wordpress is a running a blog platform however may also be used for elementary web pages too. Provided you do not desire to promote matters or make intricate group websites it might probably truthfully be ultimate for so much new starters. Some off the smaller host are nonetheless low cost and also will set up it for you too. What form of website online might you love to construct?
Nik
2010-09-05 17:16:06 UTC
you give everything a % width etc the site uses 100% on most things instead of px which means it will always take 100% of whats available regardless of the size of the window
Site Code
___________________________
#flash_container
{
width:100%;
height:100%;
}
do you see the link between the div tag and the css coding.
and with the images staying I think its because he set the images container in px referance but everything else in % so the outer div container is forcing the inner div container to stay central yet the images are styled in px so get smaller but stay central.
If i'm honest its not designed brilliantly the bottom two images don't display properly when in full size after being shortened.
ⓘ
This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.