Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Page looks all werid in firefox

Page looks all werid in firefox

Locked

Views: 1,039

Results 1 to 10 of 10
This thread is locked. New replies are disabled.
15 May 2009, 5:45 PM
#1
hcd888 avatar

hcd888

Zen Follower

Join Date:
May 2008
Posts:
348
Plugin Contributions:
0

Page looks all werid in firefox

Hi i have set up a store and used the grid mod for the product listings, everything looks fine in explorer. But when i checked it out in Firefox all the pictures overlap each other.

http://shulab.co.uk/index.php?main_page=index&cPath=16_38

hope somebody can solve my problem.

Thanks

15 May 2009, 6:03 PM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Page looks all werid in firefox

Looks fine to me in IE8 and FF3.

15 May 2009, 8:22 PM
#3
hcd888 avatar

hcd888

Zen Follower

Join Date:
May 2008
Posts:
348
Plugin Contributions:
0

Re: Page looks all werid in firefox

Hi, thanks for getting back to me. When i click on different categories, for example earring, accessories bags etc.

sometimes pictures look overlaped but then when i refresh the page it then looks ok.

Was wondering is there anything i can do?

15 May 2009, 9:03 PM
#5
tony_sar avatar

tony_sar

Totally Zenned

Join Date:
Jul 2006
Location:
Montreal, Canada
Posts:
2,276
Plugin Contributions:
0

Re: Page looks all werid in firefox

i might be wrong on this .. but i guess your naming convention for your images are not very good .. exampl

croc eva black (Small).jpg , space and other special character might effect the way browser renders the image ..
you may want to use underscore rather then space . and avoid any character when naming your images.

17 May 2009, 1:49 PM
#6
abs007 avatar

abs007

Zen Follower

Join Date:
Mar 2009
Location:
Peterborough UK
Posts:
330
Plugin Contributions:
0

Re: Page looks all werid in firefox

Im using mozilla 3.0.10 and everything looks just fine. i also had the kind of issues you have mentioned and no one else could see the problem.

It was my host that was causing the problems streamline.net. I had to turn the ht_access files to off in order for my template to show. I thought all was fine but then I would randomly have issues with the layout

17 May 2009, 5:13 PM
#7
s_t_e_v_e avatar

s_t_e_v_e

Zen Follower

Join Date:
Aug 2006
Location:
UK
Posts:
430
Plugin Contributions:
0

Re: Page looks all werid in firefox

I get random errors when I refresh your page...

make sure you validate your html and CSS

this line will not be helping in your stylesheet.css

#whatsnew a:hover {
color: #ff0000;
} 



}

You have an extra closing brace.... delete it..

17 May 2009, 10:20 PM
#8
hcd888 avatar

hcd888

Zen Follower

Join Date:
May 2008
Posts:
348
Plugin Contributions:
0

Re: Page looks all werid in firefox

Thanx for getting back to me :D iam a real novice how would i validate and what does that do?

Thanks

18 May 2009, 7:58 AM
#9
s_t_e_v_e avatar

s_t_e_v_e

Zen Follower

Join Date:
Aug 2006
Location:
UK
Posts:
430
Plugin Contributions:
0

Re: Page looks all werid in firefox

Validate CSS by using an online validator such as;

http://jigsaw.w3.org/css-validator/validator?profile=css2&warning=2&uri=http%3A%2F%2Fshulab.co.uk%2Findex.php%3Fmain_page%3Dindex%26cPath%3D7_25

some warnings can be ignored, but Errors should be fixed. By having 'correct' css and html will ensure your site will display properly on standards compliant browsers.

Get Firefox with Firebug addon to help troubleshoot CSS problems...

18 May 2009, 9:29 AM
#10
mambo75 avatar

mambo75

New Zenner

Join Date:
Mar 2009
Posts:
51
Plugin Contributions:
0

Re: Page looks all werid in firefox

With firefox 3.0.10 loking good to me :smile: