Hej!
Jag vet inte om denna kod räcker men jag gör ett försök.
Koden nedan sätter en del värden i en dhtml-meny men jag skulle behöva komma åt...padding-right...
Några tips!!!
//Sets the font to Verdana size xx-small, bold both in the drop down menu and the headers
myNavBar1.setFonts(hdrFamily = "Verdana, Geneva, Arial, Helvetica, sans-serif;", hdrStyle = "normal;", hdrWeight = "bold;", hdrSize = "xx-small;", itmFamily = "Verdana, Geneva, Arial, Helvetica, sans-serif;", itmStyle = "normal;", itmWeight = "bold;", itmSize = "xx-small;")
myNavBar1.setSizes(1, 1, 4)
var fullWidth;
function init() {
// Get width of window, need to account for scrollbar width in Netscape.
fullWidth = getWindowWidth()
- (isMinNS4 && getWindowHeight() < getPageHeight() ? 16 : 0);
myNavBar1.resize(fullWidth-153);
myNavBar1.create();
myNavBar1.setzIndex(2);
}
</script>