- Posts: 14116
- Thank you received: 1639
Re: graphic n login module dsnt appear in explorer 8.0
-
- Topic Author
- Visitor
14 years 1 week ago #4002
by
Replied by on topic Re: graphic n login module dsnt appear in explorer 8.0
ivan that is not working... shouldn't this be added in the template.css instead since the module's css is being overwritten by the template.css...
something in the template.css is overwriting the module.css.... if i revw the css with my ff inspector is is a button and the template is applying it css to the button...
ive tried different combinations with no success...
any other idea's
thanks
trey
something in the template.css is overwriting the module.css.... if i revw the css with my ff inspector is is a button and the template is applying it css to the button...
ive tried different combinations with no success...
any other idea's
thanks
trey
Please Log in to join the conversation.
-
- Topic Author
- Visitor
14 years 1 week ago #4003
by
Replied by on topic Re: graphic n login module dsnt appear in explorer 8.0
here is the actual script in the template.css.php file:
.button {
color:<?php echo $columnHeading; ?>;
border:1px solid <?php echo $modulesBorder; ?>;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(<?php echo $modulesHeadingBgStart; ?>), to(<?php echo $modulesHeadingBgEnd; ?>));
background: -moz-linear-gradient(<?php echo $modulesHeadingBgStart; ?>, <?php echo $modulesHeadingBgEnd; ?>);
background: linear-gradient(<?php echo $modulesHeadingBgStart; ?>, <?php echo $modulesHeadingBgEnd; ?>);
-pie-background: linear-gradient(<?php echo $modulesHeadingBgStart; ?>, <?php echo $modulesHeadingBgEnd; ?>);
behavior: url(templates/hot_ecommerce/css/PIE.php);
position:relative;
}
and this is in style4
$modulesHeadingBgStart = "#ebebeb";
$modulesHeadingBgEnd = "#FFFFFF";
the background color: #ebebeb is overwriting the login and logout png's...
.button {
color:<?php echo $columnHeading; ?>;
border:1px solid <?php echo $modulesBorder; ?>;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(<?php echo $modulesHeadingBgStart; ?>), to(<?php echo $modulesHeadingBgEnd; ?>));
background: -moz-linear-gradient(<?php echo $modulesHeadingBgStart; ?>, <?php echo $modulesHeadingBgEnd; ?>);
background: linear-gradient(<?php echo $modulesHeadingBgStart; ?>, <?php echo $modulesHeadingBgEnd; ?>);
-pie-background: linear-gradient(<?php echo $modulesHeadingBgStart; ?>, <?php echo $modulesHeadingBgEnd; ?>);
behavior: url(templates/hot_ecommerce/css/PIE.php);
position:relative;
}
and this is in style4
$modulesHeadingBgStart = "#ebebeb";
$modulesHeadingBgEnd = "#FFFFFF";
the background color: #ebebeb is overwriting the login and logout png's...
Please Log in to join the conversation.
-
- Topic Author
- Visitor
14 years 1 week ago #4004
by
Replied by on topic Re: graphic n login module dsnt appear in explorer 8.0
even if i remove the color #ebebeb from the stye4 file... the login/ logout button still dsnt appear.... weird as hell... i absolutely hate explorer 8.0...
please let me know what you think
trey
please let me know what you think
trey
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
14 years 1 week ago #4009
by ivan.milic
Replied by ivan.milic on topic Re: graphic n login module dsnt appear in explorer 8.0
Hi,
I would like to take a look in your administration. Can you create user account for support.
Please use "report to moderator" when you send me username/password
I would like to take a look in your administration. Can you create user account for support.
Please use "report to moderator" when you send me username/password
Please Log in to join the conversation.
-
- Topic Author
- Visitor
14 years 1 week ago #4013
by
Replied by on topic Re: graphic n login module dsnt appear in explorer 8.0
ivan i appreciate that... the issue is the module.css is being overwritten by the template.css... how can that be fixed...
trey
trey
Please Log in to join the conversation.
-
- Topic Author
- Visitor
14 years 1 week ago #4014
by
Replied by on topic Re: graphic n login module dsnt appear in explorer 8.0
ok ivan i fixed it... on a hunch i took a look in the template_css.css file on line:
159
.button {
padding:3px 10px;
font-size:13px;
background:none;
}
i added the line: background:none and that resolved the issue in explorer...
trey
159
.button {
padding:3px 10px;
font-size:13px;
background:none;
}
i added the line: background:none and that resolved the issue in explorer...
trey
Please Log in to join the conversation.
Time to create page: 0.192 seconds