Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1
    Join Date
    Sep 2007
    Posts
    7
    Plugin Contributions
    0

    help question Another issue with firefox..

    Im trying to modify the red_passion template to suit my own style, however the layout in firefox is shifting everything to the side.. and I cant for the life of me work out why!

    My site is here - http://giftbasketstore.co.uk/index.php

    If someone could give me a hand that would be great!

    Thanks
    ex

  2. #2
    Join Date
    Sep 2007
    Posts
    39
    Plugin Contributions
    0

    Default Re: Another issue with firefox..

    could you post your stylesheet.css page please..

    ive run into many many ie/ff problems in the last few weeks and they are usually all css relates

    so lets take a look

  3. #3
    Join Date
    Sep 2007
    Posts
    39
    Plugin Contributions
    0

    Default Re: Another issue with firefox..

    nevermind i found your .css file

    so anyways im no expert but i do hope this helps you

    this caught my attn first off

    #logo, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    float: left;
    }
    #logo, .centerBoxContents {
    float: left;
    height: 161px;

    2 calls for #logo so double float:left ... looks redundant and i dont know but might call for 2 pushes to left so i would delete the first #logo call ..

    second of all it doesnt li=ook like your using it and if you dont intend to i would change the bottom #logo call to this

    #logo, .centerBoxContents {
    float: left;
    height: 161px;
    display: none;

    as for the wrapper it is still set to HUGE so try this if the above doesnt sork
    ( try in addition to the first fix atempt ... change this

    #logoWrapper {
    background-color: transparent;
    height:161px;
    }

    to this...

    #logoWrapper {
    background-color: transparent;
    height:61px;
    }
    or this..

    #logoWrapper {
    background-color: transparent;
    height:161px;
    display:none;
    }

    please let me know if this works and keep record of your origional settings if this does not work so you can set it back and all take another look


  4. #4
    Join Date
    Sep 2007
    Posts
    7
    Plugin Contributions
    0

    Default Re: Another issue with firefox..

    Hey thanks for that, I tried all of your fixes and still no luck..

    Modifying the #logowrapper removed my header all together..

    any other ideas?

  5. #5
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Another issue with firefox..

    Above your table, add:
    <div class="clearBoth"></div>
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  6. #6
    Join Date
    Sep 2007
    Posts
    7
    Plugin Contributions
    0

    Default Re: Another issue with firefox..

    Sorry.. not really sure where I would add that into?

  7. #7
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Another issue with firefox..

    Right above:
    <table width="100%" cellspacing="0" cellpadding="0" border="0" id="contentMainWrapper">
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  8. #8
    Join Date
    Sep 2007
    Posts
    7
    Plugin Contributions
    0

    Default Re: Another issue with firefox..

    sorry, I should have been a bit clearer, this is the first time ive worked with zencart, which template would I be editing to add that into?

    cheers for your help.

  9. #9
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Another issue with firefox..

    I don't really remember. Use Developer toolkit (if you don't know what it is, search around the forum), search for the key "contentMainWrapper" and you will know which file to edit.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  10. #10
    Join Date
    Sep 2007
    Posts
    7
    Plugin Contributions
    0

    Default Re: Another issue with firefox..

    Thanks, you are a life saver. Thats great, never knew about the developers toolkit, it would have saved me a load of time if I had have.

    Anyway I have made the change you suggested and have brought everything into line horizontally, however now the navigation menu seems a little mis-aligned in FF as opposed to IE.. any suggestions on how I can resolve that?

    thx
    ex

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Problem with IE & another with Firefox
    By D9Studios in forum General Questions
    Replies: 3
    Last Post: 7 Jul 2009, 08:53 PM
  2. Another Firefox vs. IE issue.
    By Pauline in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 7 Mar 2008, 01:49 AM
  3. Another IE vs Firefox issue
    By Pontus in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 5 Mar 2008, 08:40 AM
  4. Issue with Firefox after moving directory
    By hgmandy in forum General Questions
    Replies: 1
    Last Post: 20 Nov 2007, 04:36 PM
  5. layout issue with Firefox
    By ary in forum General Questions
    Replies: 0
    Last Post: 5 Feb 2007, 03:30 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg