• Resolved GerryT

    (@gerryt)


    Hi, I just found this really nice theme and installed it but the top part of the website gets cut out in FireFox.
    https://www.housefound.com
    Can anyone help me with a code change or point me in the right direction?
    Thanks,
    Gerry

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter GerryT

    (@gerryt)

    My server was down but it’s back up if someone could have a look at my site.
    Thanks

    i cant see anything being ‘cut out’
    can you show us a screen shot or something?

    Thread Starter GerryT

    (@gerryt)

    Sure,
    This is a screenshot of the site using Internet Explorer
    LINK
    This is a screenshot using Firefox
    LINK
    The top is not showing up using Firefox

    wow! quite a difference!
    try changing the following section in your stylesheet

    .top{
    	float: left;
    	margin: 0 auto;
    	height:122px;
    	width: 1003px;
    	padding:0 0 0 0;
    	font-style: "Times New Roman", Times, serif;
    	position:relative;
    	background: #fff url(images/top.jpg) no-repeat;}

    delete the float: left; see if that fixes it

    This is an issue with cross-browser compatibility, not WordPress.

    The problem is in the CSS.

    One thing that comes to mind is using the ‘min-height’ value- i see it a lot in your stylesheet. Firefox and IE treat min-height differently. I don’t have time at the moment to pour all the way through, so you may want to ask a CSS forum instead.

    I’ll try to get back to this though.

    Thread Starter GerryT

    (@gerryt)

    Hi Guys, Thanks for your help!!
    Boober, your suggestion worked perfectly!!
    Thanks a million…..buy you a beer sometime ??
    Gerry

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Site works in “IE” but not Firefox?’ is closed to new replies.