View Single Post
  #2  
Old 02-10-2008, 09:17 AM
  kube's Avatar 
kube kube is offline
 

X-Adept
  
Join Date: Sep 2005
Location: London: a small place East of Wales
Posts: 529
 

Default Re: Add to cart button is displaying to far down.

This looks to be an IE issue only with the INPUT tag.

Perhaps one way, if you know your way about, is to get the <INPUT /> after the <BR /> tag

like so...
<div id="wl_table"></div><br /><input type="hidden" name="mode" value="add" />

instead of it looking like this (the original code)...
<input type="hidden" name="mode" value="add" /><div id="wl_table"></div><br />

Quite why that worked for me I have no ideas - again, it appears only to affect IE :P

Hope this helps.
Regards,
Doms
__________________
Doms
kube v4.1.9
Reply With Quote