• Page 1 of 1
  • 1
Forum moderator: bigblog  
uCoz Community » For Webmasters » Design Customization » Problem with Design #1101 in FireFox
Problem with Design #1101 in FireFox
bodbreed
Posts: 313
Reputation: 1

Message # 1 | 6:52 PM
In the top right & left hand corners of my website are next & previous buttons for calendar and some people aren't able to register because of this. Is there something wrong with my css or html? This problem doesn't occur in any other browsers except FireFox. http://www.ventlyfe.com/
Sunny
Posts: 9296
Reputation: 456

Message # 2 | 3:59 PM
XO-Ferg, sorry for the delay. The default template does not have this problem. So I assume that some of third-party scripts could cause it.
I'm not active on the forum anymore. Please contact other forum staff.
bodbreed
Posts: 313
Reputation: 1

Message # 3 | 9:55 AM
When I add new css to the template, it seems like it doesn't work..http://2ventlyfe.ucoz.com/

I added this to the bottom of my css,

Code
/* Variables */
$bounce-color: #7e7f81;
$image-size: 150px;

  .holder {
  position: absolute;
  left: 50%;  
  top: 50%;
  margin-left: -110px;
  margin-top: -185px;

  .circimg {
  margin: 25px auto;

  img.user {
  height: $image-size;
  width: $image-size;
  background-color: $bounce-color ;
  box-shadow: 0 0 0 5px $bounce-color ;
  border-radius: 50%;

  &:hover {
  cursor: pointer;  
  animation:bounceOut .4s linear;
  }
  }
  }
  }

@keyframes bounceOut {
  0%{ box-shadow: 0 0 0 4px $bounce-color; opacity:1;}
  25%{ box-shadow: 0 0 0 1px $bounce-color; opacity:1;}
  50%{ box-shadow: 0 0 0 7px $bounce-color; opacity:1; }
  75%{ box-shadow: 0 0 0 4px $bounce-color; opacity:1;}
  100%{ box-shadow: 0 0 0 5px $bounce-color; opacity:1;}
}
Paradox
Old Guard
Posts: 3284
Reputation: 145

Message # 4 | 10:18 AM
XO-Ferg, isn't that SASS? If you haven't installed the extension it won't read correctly and that could be causing your problems. Alternatively check that you haven't incidentally doubled up classes. smile
Jack of all trades in development, design, strategy.
Working as a Support Engineer.
Been here for 13 years and counting.
uCoz Community » For Webmasters » Design Customization » Problem with Design #1101 in FireFox
  • Page 1 of 1
  • 1
Search: