PDA

View Full Version : Change width button (horizontal d4m transmenu)


webmasterren
06-13-2006, 01:43 PM
Can someone please help me with this issue?

i want to change the button's width (horizontal d4m transmenu). mainlevel.


On this forum i found a solution about something changing

a.mainlevel-trans:link, a.mainlevel-trans:visited { width: 80px;;}

But i can't seem to find this css rules in the mod_d4m_transmenu.css?????
Am i looking in the wrong file?

hope someone has the answer for me?

itguy
06-14-2006, 05:08 AM
You will find the file you need to mod under Templates/your template name/ja_transmenu/transmenuh.css (or transmenuv.css if it's a vertical menu).

Find line 126 a.mainlevel-trans:link, a.mainlevel-trans:visited {
Then find the width on line 136 and set the pixels to your desired width.