Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Image seems to float in Opera and FF

Image seems to float in Opera and FF

Locked

Views: 1,294

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
11 Sep 2006, 12:36 AM
#1
bjraines avatar

bjraines

Zen Follower

Join Date:
Jun 2006
Posts:
223
Plugin Contributions:
0

Image seems to float in Opera and FF

Please help me figure this out. I am overidding the defualt stylesheet.

After removing the Tagline Here my logo.gif seems to float right in everything but IE.

I have looked over and over the CSS and cannot figure out why. I think it is a case when you look to hard you can't see it.

Would you mind taking a look at the demo

zencart.bjrtechnologies.com

thanks!

11 Sep 2006, 5:31 AM
#2
sketchy avatar

sketchy

Totally Zenned

Join Date:
Aug 2006
Location:
Canada
Posts:
940
Plugin Contributions:
2

Re: Image seems to float in Opera and FF

You'd be amazed at what happens with parsing errors in the stylesheet, in regards to cross-browser compatibility. :shocking:

In the stylesheet, find;

body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px
	color: #000000;
	background-color: white;
	}

Add semi-colon after declartion in red. You're not done yet though, there are a couple more to locate and repair. :wink2:

11 Sep 2006, 6:38 AM
#3
barco57 avatar

barco57

Totally Zenned

Join Date:
Apr 2006
Location:
West Salem, IL
Posts:
2,844
Plugin Contributions:
0

Re: Image seems to float in Opera and FF

nice hint:wink2: There is also a problem with a font color rule and a border (bottom) rule. Happy hunting