Forums Get help. Give help.

CSS: Different layout in IE/Firefox Vs. Safari/Google Chrome
  • ThomasmorelThomasmorel February 22
    This is de URL of my website

    http://www.thomasmorel.nl/

    There are two things I'm trying to fix.

    1. The layout differs in IE/Firefox from Safari/Google Chrome. How can I change the css only for IE & Firefox
    2. What can I do to make sure that my backgroundpicture is fully visible on the Ipad, Iphone and every type of size of screen. Someone told me to use the widget 'srobbin-jquery-backstretch-1.2.5' (https://github.com/srobbin/jquery-backstretch#readme). Anyone familiar with?
  • SenffSenff February 22
    1. Why change the CSS for IE and Firefox only, when you can fix it in your main CSS? You have some code in there (background color of the navi menu specified in RGBA for example) that IE doesn't understand. Change that to more 'conventional' code (background color in just #000 for example) that works in older browsers, and you won't have to fix it for any browsers.

    2. Not familiar with this.



Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In Apply for Membership

Tips

Just some helpful hints to get the most out of the forums.