Jump to content

Ff Vs Ie Alignment Issues


Guest

Recommended Posts

Hi

I've been struggling getting my new skin to align the way it does in IE6.

I've noticed that by applying white borders and padding it aligns perfectly but i'd like to know if this is the correct way of doing things for both browsers to show my skin correctly.

Example:

I made these changes to where the words "Price" is in my layout.css and it shows up perfectly in IE and FF but want to know if this is the correct practice....

.boxmiddleprice {

	font-family:"Arial", Helvetica, sans-serif;

	font-size:13px;

	position: relative;

	float: left;

	border-left:5px solid white;

	padding-left:5px;

	margin-top:1px;

	color: #000000;




whereas before i had this




.boxmiddleprice {

	font-family:"Arial", Helvetica, sans-serif;

	font-size:13px;

	position: relative;

	float: left;

	margin-left:5px;

	margin-top:1px;

	color: #000000;

}

and i was getting it perfect in IE but not in FF ;)

Aghhh anyways, if anyone could pls confirm that this is the correct way pls let me know.

Thanks

Antz :dizzy:

Link to comment
Share on other sites

Hi Antz,

The way you have done it is perfectly valid and probably the way I would use myself.

Well done for finding a solution for your store for a FF/ IE problem.

I applaude you for taking the time to do things correctly and learning.

Thanks!

I feel so much better now :rolly:

All these new things are truly rewarding :huh:

I'm a little slow but will eventually get there :(

Cheers

Andrea :errm:

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...