can you guys help me develop the rollover to become an image?
or you going to make a poor designer pay for a few lines of php?
^__^
hey another thing you guys need to change on the SWLI in these 2 files is:
mod_ja_swli
change this line:
<div style=”position: absolute; top:0;left:0;height:’.$xheight.’px;’.$color.'”><h3>’.$title.'</h3>’.$text.'</div>
to
<div style=”position: absolute; top:0;left:0;height:’.$xheight.’px;’.$color.'”><h4>’.$title.'</h4>’.$text.'</div>
then in the ja_swli.js file change:
jaSLWI.modulesText.collapseH = module.getElementsByTagName(‘H3’)[0].offsetHeight;
to
jaSLWI.modulesText.collapseH = module.getElementsByTagName(‘H4’)[0].offsetHeight;
then in the template.css file
just add
div.moduletable h4 span,
div.moduletable-hilite h4 span {
margin-left:10px;
}
.ja-slwi-container h4 {
color: #ffffff !important;
font-family: “Lucida Grande”, Tahoma, Arial, Helvetica, sans-serif;
font-size: 100% !important;
line-height: normal !important;
margin: 0 !important;
padding: 7px 0px 0px 10px !important;
}
.ja-slwi-container h4 span {
background: none !important;
color:#ffffff;
}
that way you can customize the text position w/o adjust the other areas such as the “login form”
This topic contains 16 replies, has 4 voices, and was last updated by kade119 16 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum