Jump to content

Search the Community

Showing results for tags 'responsive design'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to PHP Freaks
    • Announcements
    • Introductions
  • PHP Coding
    • PHP Coding Help
    • Regex Help
    • Third Party Scripts
    • FAQ/Code Snippet Repository
  • SQL / Database
    • MySQL Help
    • PostgreSQL
    • Microsoft SQL - MSSQL
    • Other RDBMS and SQL dialects
  • Client Side
    • HTML Help
    • CSS Help
    • Javascript Help
    • Other
  • Applications and Frameworks
    • Applications
    • Frameworks
    • Other Libraries
  • Web Server Administration
    • PHP Installation and Configuration
    • Linux
    • Apache HTTP Server
    • Microsoft IIS
    • Other Web Server Software
  • Other
    • Application Design
    • Other Programming Languages
    • Editor Help (PhpStorm, VS Code, etc)
    • Website Critique
    • Beta Test Your Stuff!
  • Freelance, Contracts, Employment, etc.
    • Services Offered
    • Job Offerings
  • General Discussion
    • PHPFreaks.com Website Feedback
    • Miscellaneous

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests


Age


Donation Link

Found 4 results

  1. 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!
  2. 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
  3. 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>
  4. 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.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.