Zen Cart Logo

Static Asterisks

Locked

Views: 1,427

Results 1 to 8 of 8
This thread is locked. New replies are disabled.
13 Aug 2007, 10:25 PM
#1
jaqdaw avatar

jaqdaw

New Zenner

Join Date:
Mar 2005
Posts:
8
Plugin Contributions:
0

Static Asterisks

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?

13 Aug 2007, 11:38 PM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Static Asterisks

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?

14 Aug 2007, 11:58 AM
#3
jaqdaw avatar

jaqdaw

New Zenner

Join Date:
Mar 2005
Posts:
8
Plugin Contributions:
0

Re: Static Asterisks

DrByte:

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?

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.

14 Aug 2007, 3:37 PM
#4
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,604
Plugin Contributions:
0

Re: Static Asterisks

Sorry, but the source doesn't help. We need to see the page in action to diagnose the problem.

14 Aug 2007, 4:24 PM
#5
jaqdaw avatar

jaqdaw

New Zenner

Join Date:
Mar 2005
Posts:
8
Plugin Contributions:
0

Re: Static Asterisks

Kim:

Sorry, but the source doesn't help. We need to see the page in action to diagnose the problem.

Store back on line

http://www.stardustonline.co.uk/index.php?main_page=login

14 Aug 2007, 4:41 PM
#6
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,604
Plugin Contributions:
0

Re: Static Asterisks

/* 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 $

*/

14 Aug 2007, 7:36 PM
#7
jaqdaw avatar

jaqdaw

New Zenner

Join Date:
Mar 2005
Posts:
8
Plugin Contributions:
0

Re: Static Asterisks

Kim:

/* 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 $

*/

Thanks. I have removed the second stylesheet and all is OK. I thought that by renaming it stylesheetx.css it would be ignored.

14 Aug 2007, 7:39 PM
#8
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,604
Plugin Contributions:
0

Re: Static Asterisks

The /css/ directory is self-loading using the styleXXXX.css - so anything starting and ending that way will be loaded.