Page 1 of 2 12 LastLast
Results 1 to 10 of 16
  1. #1
    Join Date
    Sep 2006
    Posts
    257
    Plugin Contributions
    0

    Default not centered on firefox.. centered on IE

    what are the differences in the stylesheet that i need to look for that control firefox differently than ie.... what am I missing... ? thanks

    site www.yourlingerieparty.com

    shop box off centered and half the text inside is also...

  2. #2
    Join Date
    Apr 2006
    Location
    Horicon, WI
    Posts
    2,121
    Plugin Contributions
    0

    Default Re: not centered on firefox.. centered on IE

    I can't keep track of all your posts....So I'll post here on one of your other problems.....The image in the footer

    comment out #footer and then replace #siteinfoLegal with this and see what you get
    Code:
    #siteinfoLegal {
            background-image: url(../images/newfooter.jpg);
    	background-repeat: no-repeat;
    	background-position: center;
    	color: #000000;
    	font-size: .9em;
    	font-weight: bold;
    	}
    I wanted to use firefox web developer to test this but it doesn't do relative paths to images
    Mike
    Camelot-Hosting...A PCI compliant Ecommerce Host
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  3. #3
    Join Date
    Apr 2006
    Location
    Horicon, WI
    Posts
    2,121
    Plugin Contributions
    0

    Default Re: not centered on firefox.. centered on IE

    You should also be developing for a more compliant browser like firefox first and then work on the adjustments for IE. I don't want to here about "most people use IE....blah, blah, blah" Its just the way it should be done as the bug fixes for IE problems are well documented.
    Mike
    Camelot-Hosting...A PCI compliant Ecommerce Host
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  4. #4
    Join Date
    Sep 2006
    Posts
    257
    Plugin Contributions
    0

    Default Re: not centered on firefox.. centered on IE

    i agree that is why i downlaoded frefox today... and that is why i pointed out a the differences... however, i cant find where i need to make the adjustments to center it on firefox.....

    also your post got the image reduced and the text still posted at the top of the image..

    thanks for your help btw... i am getting better with this.. soooo much to figure out

  5. #5
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,039
    Plugin Contributions
    31

    Default Re: not centered on firefox.. centered on IE

    Change this to 100%

    .centerColumn {
    background-image: url(../images/back_bg.jpg);
    border: 1px dotted;
    border-color: #9B11A1;
    width: 950px; change to 100%
    }

    OPTOMIZE the photos at the top of your site.

  6. #6
    Join Date
    Sep 2006
    Posts
    257
    Plugin Contributions
    0

    Default Re: not centered on firefox.. centered on IE

    optimized photos.... stretched centercloumn.... now gotta get filter results by closer to the dropdown box and center every thing..... phew.. yah it wont look traditional zen by man....

    btw clyde.. thanx for the reminder about the photos..barco mentioned that earlier to me i keep forgetting not everyone has fast internet.....

  7. #7
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,039
    Plugin Contributions
    31

    Default Re: not centered on firefox.. centered on IE

    Take a look here and see if this is what you have in mind.

    my demo site

  8. #8
    Join Date
    Apr 2006
    Location
    Horicon, WI
    Posts
    2,121
    Plugin Contributions
    0

    Default Re: not centered on firefox.. centered on IE

    If you look at the demo that clyde setup this is how he got the bottom image and the text in it:
    Code:
     #siteinfoLegal {
     padding: 100px 0 0 0;
    	color: #000000;
    	font-size: .9em;
    	font-weight: bold;
    	text-align: center;
    	background: url(../images/newfooter.jpg) center no-repeat;
    	height:100px
    }


    clyde nice work can I get you to do my mockups
    Mike
    Camelot-Hosting...A PCI compliant Ecommerce Host
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  9. #9
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,039
    Plugin Contributions
    31

    Default Re: not centered on firefox.. centered on IE

    Sure, be glad to.

  10. #10
    Join Date
    Sep 2006
    Posts
    257
    Plugin Contributions
    0

    Default Re: not centered on firefox.. centered on IE

    first ff.. you guys are D BOMB!...... That is Exactly what I wanted.... i tweaked the footer so the ip shows up in it as well and I am all set.... I am learning.... like what you did with the padding....... I am taking notes and checking them twice..... if i may ask another question.... i created empty category.. the 2 sub cats on firefox are off center... and then when you click one the "filter By: is soooo far to the left also... I know firefox doesnt read the "float: center" (ie apparently does that is why it is fine on ie) that is why it is not centering.. what is the correct syntax i should use.... 8)

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Problem with Firefox or ZenCart?
    By expose in forum Installing on a Linux/Unix Server
    Replies: 7
    Last Post: 2 Nov 2006, 08:53 PM
  2. Cell background differnence between Firefox and IE
    By budfox in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 5 Oct 2006, 08:35 PM
  3. Differences in Firefox and Internet Explorer Browser
    By fontuna in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 18 Jun 2006, 08:00 PM

Bookmarks

Posting Permissions

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