我正在自定义以下脚本:http ://tympanus.net/Tutorials/ExpandingImageMenu/index_3.html
但不是 6 个 div(或者在这种情况下是 6 个家伙),我有 11 个,其中最后 4 个 div 使用自定义导航打开。
但我想让最后 4 个 div 的大小变宽,如果可能的话,可变大小以填充内容 div 的右侧。
我该怎么做?
提前致谢!
/* get the item for the current */
var $item = $menuItems.eq(current);
var $item2 = $menuItems + 7; /* i added this line */
&
/* if not just show it */
$item.css({width : '400px'})
$item2.css({width : '700px'}) /* and this one */
.find('.ei_image')
.css({left:'0px', opacity:1,});
我试过 + + + + + css thingie 但我没有运气,但我已经上传了网站...... http://www.vernietig.be/depandoering/index2.html