Re: graphic n login module dsnt appear in explorer 8.0


  • Topic Author
  • Visitor
  • Visitor
14 years 1 week ago #4002 by
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

Please Log in to join the conversation.


  • Topic Author
  • Visitor
  • Visitor
14 years 1 week ago #4003 by
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...

Please Log in to join the conversation.


  • Topic Author
  • Visitor
  • Visitor
14 years 1 week ago #4004 by
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 Log in to join the conversation.

More
14 years 1 week ago #4009 by ivan.milic
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

Please Log in to join the conversation.


  • Topic Author
  • Visitor
  • Visitor
14 years 1 week ago #4013 by
ivan i appreciate that... the issue is the module.css is being overwritten by the template.css... how can that be fixed...

trey

Please Log in to join the conversation.


  • Topic Author
  • Visitor
  • Visitor
14 years 1 week ago #4014 by
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

Please Log in to join the conversation.

Time to create page: 0.192 seconds
Powered by Kunena Forum