host-business
New Member
I'm customizing the following script: http://tympanus.net/Tutorials/ExpandingImageMenu/index_3.htmlBut instead of 6 divs (or the 6 guys in this case), I have 11 where the 4 last divs are opened with a custom navigation. But I want to make the last 4 divs wider in size, if possible a variable size to fill up the right side of the content div.How should I do this?Thanks in advance!\[code\]/* get the item for the current */var $item = $menuItems.eq(current);var $item2 = $menuItems + 7; /* i added this line */\[/code\]&\[code\]/* if not just show it */$item.css({width : '400px'})$item2.css({width : '700px'}) /* and this one */.find('.ei_image').css({left:'0px', opacity:1,});\[/code\]Iv'e tried the + + + + + css thingie but no luck for me, but I've uploaded the site... http://www.vernietig.be/depandoering/index2.html