Zen Cart Logo

firefox trouble

Locked

Views: 1,068

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
28 Mar 2008, 11:56 PM
#1
robwuk avatar

robwuk

Zen Follower

Join Date:
Aug 2005
Location:
United Kingdom
Posts:
458
Plugin Contributions:
0

firefox trouble

Hi, i cant seem to get rid of a tiny margin/padding that appears in firefox, i can see it when i use the css viewer, there was a indexhomebody tag that wasnt in the css, i created on and set the margins and padding to 0 and still no reuslt, ive done this on various styles and it dont seem to be working for me

If someone has a minute can they have a look https://www.bivvybirds.co.uk/petsite

It basically has a backround on the whole page 225px high repeated x defined in Body (
background-image: url(../images/index_back.jpg);
background-repeat: repeat-x;
)

and the other background is the header as the same as the zencart when installed

Rob

29 Mar 2008, 12:14 AM
#2
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: firefox trouble

Wonderfully subtle issue ... add #tagline h1 {margin:0} to your stylesheet to resolve.

Yes, I know you have neither a tagline nor an h1 ... that's what makes it so subtle and difficult to spot!

:wink:

29 Mar 2008, 12:20 AM
#3
robwuk avatar

robwuk

Zen Follower

Join Date:
Aug 2005
Location:
United Kingdom
Posts:
458
Plugin Contributions:
0

Re: firefox trouble

Thankyou kuroi

You wouldn't of believed how much time i had spent trying different methods

Well thats that bit sorted now, now for the rest :(

Once again cheers

Rob

29 Mar 2008, 12:27 AM
#4
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: firefox trouble

Don't forget to take out as many as possible of those things you tried in order to fix it. Leaving them lying around will clutter up your CSS and make it less flexible later.

29 Mar 2008, 1:24 AM
#5
robwuk avatar

robwuk

Zen Follower

Join Date:
Aug 2005
Location:
United Kingdom
Posts:
458
Plugin Contributions:
0

Re: firefox trouble

yep have done,

its just one thing after another on this, i get that sorted and find i cant get something else to move :) oh well i will keep trying

The thing is, im not new to css, but its understanding how this has been put togethere that is baffling me

rob

29 Mar 2008, 1:28 AM
#6
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: firefox trouble

Building a Zen Cart is like that. It's lots of mini-objectives, back-to-back. I recommend frequent breaks to keep your energy levels up ("hypocrite" I hear my partner muttering - well when you're on a roll it can be difficult to drag yourself away, but I still recommend it!).

The good news is that most of the thinks you want to change are going to be easier to influence in Zen Cart than most other carts, and the more you do it, the faster you get.