I am using v1.3.7 and have noticed on the Login and Contact_us pages that the asterisks denoting the Required Fields are static and do not move in line with the text when the page is scrolled. Cannot resolve. Any suggestions?
I am using v1.3.7 and have noticed on the Login and Contact_us pages that the asterisks denoting the Required Fields are static and do not move in line with the text when the page is scrolled. Cannot resolve. Any suggestions?
What kind of customizations have you made to your site?
What contributions have you installed?
What template are you using? Where'd you get it?
What's your site URL so we can see it in action?
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
my site is http://www.stardustonline.co.uk/ - currently down for maintenance.
I have kept customisation to a minimum - utilising the template override with most customisation attained via the stylesheet. I have attached the Source html for the Contact page plus a text version of stylesheet.css I am using.
Sorry, but the source doesn't help. We need to see the page in action to diagnose the problem.
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.
Store back on line
http://www.stardustonline.co.uk/inde...ain_page=login
/* General alert span class */
TD.alert, SPAN.alert {
position: fixed;
color: #FF0000;
font-weight: bold;
}
You have multiple stylesheets and they are fighting one another. The above is in this one: // $Id: stylesheet.css,v 1.2.2.20 2004/07/14 05:13:08 toolcrazy Exp $
*/
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.
The /css/ directory is self-loading using the styleXXXX.css - so anything starting and ending that way will be loaded.
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.