Jump to content

Download: Enkidu Slide and Bounce Login Box


Enkidu

Recommended Posts

  • 3 months later...
Posted

Ok

try the following, inside the block, find:


.tab ul.login {

display: block;

position: relative;

   float: right;

   clear: right;

   height: 42px;

width: auto;

   font-weight: bold;

line-height: 42px;

margin: 0;

right: 150px;

   color: white;

   font-size: 80%;

text-align: center;

}

remove the line: right: 150px; find


.tab ul.login li {

  text-align: left;

   padding: 0 6px;

display: block;

float: left;

height: 42px;


}

change float: left; to float: right; change text-align: left; to text-align: right; find

) no-repeat left 0;} .tab a.close {background: url( ) no-repeat left 0;}


.tab a.open {background: url(		

change the two occurrences of left to right find


.tab a.open, .tab a.close {

height: 20px;

line-height: 20px !important;

padding-left: 30px !important;

cursor: pointer;

display: block;

position: relative;

top: 11px;

}



change padding-left: 30px !important; to padding-right: 30px !important;


that should do it :)

Posted

everything you did worked great except for one thing

%7Boption%7D

it looks great when it is just there but once you hover over the name the blue circle with the X in it apprears by the links on the left side....

Posted

sorry for that

find

) no-repeat left -19px;} .tab a:hover.close {background: url( ) no-repeat left -19px;}


.tab a:hover.open {background: url(		



again change the two left to right :)

  • 1 month later...
Posted

Hi Enkidu

I had a question about the slider, how can i make the background transparent http://forums.vpyro.com/_index.html# as to show the bg image through it!

  • 4 weeks later...
  • 3 weeks later...
Posted

Yep it works fine on 3.3

I only have 1 issue and it's not due to 3.3

I can't get the icons to show, I followed all the steps but still no icons. I'm sure it is just me not doing it right. can you explain again step by step.

Thank you

steph40

Posted

the block is corrupted. The css for the close/open icons read:


.tab a.open {background: url(<script type='text/javascript'>  var weLoaded = false;

(function(){

  if( typeof(_ccsLoadedAssets) == 'undefined' || !_ccsLoadedAssets )

  {

   if( !window.jQuery )

   {

    document.write("<"+"script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js'></"+"script>");

    weLoaded = true;

   }

  }

})();

</script>



where did that JavaScript come from? it shouldn't be there.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...