Perhaps a Z-order thing with the flyout is needed. I dont think they were designed to flyout over an image.. but Im not sure how all that works.. does it happen the same on ALL browsers ?Quote:
Originally Posted by IntelCos
Printable View
Perhaps a Z-order thing with the flyout is needed. I dont think they were designed to flyout over an image.. but Im not sure how all that works.. does it happen the same on ALL browsers ?Quote:
Originally Posted by IntelCos
Yep, all browsers (fox and ie)Quote:
Originally Posted by qhome
got a link? I could play with some settings to see if i can see in the source where the problem is.
For products without attributes the Add to Cart box still does not display in the tab container in Firefox.
I'm parsing thru the logic right now to see what's up.
GRR.. That add to cart box is a real ##############. If I put that add to cart at the bottom of the of the order it also shows up off the tab.. even tho it is actually associated with the tab, (i.e. if you click a new tab, it will hide the add to cart box. For some reason, because of the way it floats, I think it runs out of room on the screen or something and floats below the line. Not sure why it didn't do that do that on the old tablite version.Quote:
Originally Posted by Woodymon
I know if the older version there was more div nesting, I wonder if that did it, or if maybe there was some CSS in one of the outer divs that prevented things from floating outside of it. I will look into it more. Maybe if the addto cart box isn't set to float but I really want to avoid having to make core css changes.
Should we be moving over to that new V3 Javascript file?
if so, do we just replace the current one, or is there more too it?
any help would be great.
thanks
Benjamin
use the v3 file with the v3.1b versions. You can delete the v2 version or you can leave it. they wont conflict eachother, but I wont support th v2 anymore as the code was too bloated for simple tabs.Quote:
Originally Posted by wickedklown
and UPDATE about that damn add to cart button. It seems the diagnoses is known as a "FloatDrop"
see here: http://nemesis1.f2o.org/aarchive?id=11
Its seems floats do not have definite mass and simply "float" over things, which makes sense. It appears the best fix is to surround the float by a table which has a definite mass to it. If you remember I added a table and td tags to the last version for something else and I guess that indirectly fixed this problem too so thats why you didnt see it then.
So I tried it out and I got it working. its a minor fix and it seems to work on all 3 main browsers (Opera, IE, FF) But i'd have to add table tags around the add to cart stuff.
Alright. it seems to work pretty good actually.
its a simple table putting the product details, attrib options, and Qty Discount table on one side, and the add to cart button on the other side. In fact, this is what the core zc template SHOULD have looked like even without tabs.
see all 3 demo products at the demo link in my signature.
Very good! Has the download been updated with the fix?Quote:
Originally Posted by qhome
3.1 Release Candidate 1!
Here you go. Give it a whirl.
- Fixed more javascript errors. That should be all of them now
- added ability to hide headers when javascript is on OR off
- Merged the Cross Sell version with the main version to make it easier to maintain. Now you can set a flag if you have CrossSell installed. Don't enable it if you don't have it installed or you will get errors.
- Made the whole Add to cart, Attribute Options, Product details (Stock, Model, etc), and Qty Discounts in a table now to fix the floating problem. Looks and works 10 times better now :)
- Enabled Additional Images, Customers Also Purchased, and Cross Sell to check if there is any content for them. If not, then don't load the tabs for that product even if the global is set to true.
- If there are no tabs at all I hide the entire tab container to prevent extra border lines from the empty shell.