HTML beginner |
|
Kijk hier is eventjes goed
Citaat: // Main Menu Items
borderColor = "#797672" // Border Colour (flat mode only)
borderHighlight = "#97BBD3" // Border Highlight Colour (3d mode only)
borderShadow = "#31556D" // Border Shadow Colour (3d mode only)
menuBackground = "#dcc3d4" // Cell Background Colour
menuHoverBackground = "#e1d3dc" // Cell Background Colour on mouse rollover
fontFace = "arial" // Font Face
fontColour = "#afa59b" // Font Colour
fontHoverColour = "#2b83c4" // Font Colour on mouse rollover
fontSize = "9pt" // Font Size
fontDecoration = "none" // Style of the link text (none, underline, overline, line-through)
fontWeight = "normal" // Font Weight (normal, bold)
Deze lijken me voldoen aan je eerste eis:
menuBackground = "#dcc3d4" // Cell Background Colour
menuHoverBackground = "#e1d3dc" // Cell Background Colour on mouse rollover
Citaat: // Sub Menu Items
sborderColor = "Black" // Border Colour (flat mode only)
sborderHighlight = "#E9E9E2" // Border Highlight Colour (3d mode only)
sborderShadow = "#83837C" // Border Shadow Colour (3d mode only)
smenuBackground = "#8b2e5b" // Cell Background Colour
smenuHoverBackground = "#9a3767" // Cell Background Colour on mouse rolloverr
sfontFace = "arial" // Font Face
sfontColour = "#ffffff" // Font Colour
sfontHoverColour = "#ffffff" // Font Colour on mouse rollover
sfontSize = "9pt" // Font Size
sfontDecoration = "none" // Style of the link text (none, underline, overline, line-through)
sfontWeight = "normal" // Font Weight (normal, bold)
sShadow = 1
Iets in mij zegt dat je hierbij deze nodig hebt:
smenuBackground = "#8b2e5b" // Cell Background Colour
smenuHoverBackground = "#9a3767" // Cell Background Colour on mouse rolloverr
Ik heb dit bestand nog nooit eerder gezien, maar door te LEZEN ben ik hier achter gekomen .
Maybe tip voor in de toekomst?!?
edit: Voor het geval je het niet weet, de kleuren moeten in hexadecimaal, dus voor zwart #000000 en voor wit #FFFFFF. |