Jump to content

Form breaking design in Firefox


Rheves

Recommended Posts

http://www.readingmadeez.com/products/UniversalReaderPlus.html

 

On that page the green menu area below the banner contains two "Buy Now" links. They're the submit button for the form needed to add stuff to our shopping cart, most of our product pages have one such link, so I can place the design breaking form tags outside the green area to avoid this problem. Quick and dirty, but it'll have to do for now.

 

On this and one or two other pages there are two "Buy Now" links in the green are so I can't do that, the </form> tag and the new <form> tags have to be added between the two Buy Now links, which in IE creates some unwanted space on the opening form tag, and in Firefox bring it down a line and out of the green bars styling completely.

 

I've tried floating left with no luck, setting the width manually, which also didn't help. Since someone on another forum wasn't quite sure what I wanted I have the "Buy Now" link working on this similar page: http://www.readingmadeez.com/products/UniversalReaderPlus-Screenshots.html with the proper look, the only thing that needs to be done is to make the "Universal Reader IGT $79.95" link also submit to its own form to work properly with the shopping cart which is where the problem lies.

 

If anyone can help me out I'd greatly appreciate it.

 

Oh, this is the CSS code currently affecting it:

form.buynow {

  display: inline;

  margin: 0px 0px 0px 0px;

  padding: 0px 0px 0px 0px;

}

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

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.   Restore formatting

  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...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.