Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Firefox issues

Options
  • 29-05-2009 12:07pm
    #1
    Closed Accounts Posts: 185 ✭✭


    Hi lads,


    Having problems with my contact page.
    Is fine in IE but not in Firefox.

    Would someone be able to have a quick look at it if ye have the time?
    Thanks

    http://pcrepairdublin.ie/contact.html


Comments

  • Moderators, Politics Moderators Posts: 38,975 Mod ✭✭✭✭Seth Brundle


    It appears to be the same in FF 3.0.10 & IE8
    Whats the problem?


  • Closed Accounts Posts: 185 ✭✭TechieEddy


    Hi Kbannon,

    I have tested in IE6 / 7. Firefox version is 3.0.10.

    Basically in Firefox the three icons are not alligned correctly. One is on top of the other.

    Here is a link to a screenshot

    http://tinypic.com/r/nvqo29/5


  • Closed Accounts Posts: 1,200 ✭✭✭louie


    make the space between the images smaller by reducing the padding or margin in your CSS file, or make the images smaller (5px on each side) and that should do the trick.


  • Closed Accounts Posts: 1 flynnn2412


    you have a break in the code or else the demensions of the box are too big to fit in the area.
    check the code to see if there is a break where there shouldnt be.


  • Closed Accounts Posts: 1,200 ✭✭✭louie


    Also instead of this multiple p tags you can use a div
    </form>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
     
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    
    replace with
    </form>
    </div><!--end of form holder DIV-->
    <div style='height:50px;clear:both;'></div>
    


  • Advertisement
  • Moderators, Politics Moderators Posts: 38,975 Mod ✭✭✭✭Seth Brundle


    Do you mean that the Need Help 'square' is sitting above the other two? This is happening to me in both FF & IE. Your screen grap is identical to what I'm getting in both browsers (and incidentally in Opera & Safari)!


  • Closed Accounts Posts: 185 ✭✭TechieEddy


    Thanks for the advice. Will mess around with it after lunch.
    Cheers


Advertisement