Search the Community
Showing results for tags 'responsive design'.
-
Howdy, I want to make this background image in the header responsive - www.studyingthepast.com/mobile I kept trying and trying and trying and trying to no avail. Here is my code: #header_container{ background-image:url('../images/studyingthepast_smaller_banner.png'); background-repeat: no-repeat; background-attachment: fixed; background-size: 100% auto; color:#F3F3F3; } header{ width:950px; height:339px; } Many Thanks!
-
Hello friends, My name Stefany and I am a computer programmer. Over the past 2 years I have created 15 websites, the most prominent being: 1. Social Network for the Texas Tech University; 2. Web-shop for a 4d Go player; 3. Personal history blog; 4. Another web-shop for a Bulgarian company; 5. Homepage for a Bulgarian national newspaper; My major skills include: Front end - XHTML, CSS, JavaScript Back end - PHP, Perl, AJAX Databases - MySQL, SQLite, MariaDB CMS - WordPress Other - XML, REST, SOAP Frameworks - CodeIgniter E-Commerce platforms - OsCommerce, Magento I am truly confident to create any kind of website, web application or script. Just send me a message, thank you. Portfolio with all the websites I had created so far and my programming blog - www.dyulgerova.info Github - https://github.com/Stefany93?tab=repositories CV - www.dyulgerova.info/cv.pdf Email: stefany@dyulgerova.info Skype - age_of_empires3 Thank you very much! Stefany
-
I am trying to add some responsive design to an existing index page for a client without haveing to completely re-design the entire page or site. My logic is to use two different media queries with coorsponding CSS on the page. One for browser less than 500 and and the other for browsers more than 501. Created two css pages, screenLarge.css and screenSmall.css. Each of the css has a div tag for size and float. The test page I'm doing works fine. On the large browser an area 990px with text. As I make the browser, at 500, the area changes to red with different text. So the re-size works fine. Until I put an html table in to the are of the div class from the screenLarge css. The table appears fine but as I resize the the red 500px area appears for the screenSmall css, the table doesn't go away. I would think that that html element within that Div tag would not appear if the Div tag was not called. I'm obviously missing something. <body> <div class="pageLarge"> tyityiuytuytiuytytity (HTML table would go here) </div> <div class="pageSmall"> asdfasdf </div> </body>
-
- css
- responsive design
-
(and 1 more)
Tagged with:
-
I did instructions in "responsive webpages(RW)"( https://www.w3schools.com/html/html_responsive.asp ) and checked my webpage in https://www.w3schools.com/howto/howto_css_devices.asp . However, my website did not shown in iframe when I changed the code in "try it" page, it showed white blank page with no error. When I changed my web-browser's size(i.e adjust it near the tablet size), does this do the trick of check RW, or do I need other things to do? Thanks.