BrianOg
Posts: 5
|
| Posted: 05/08/2006, 11:25 AM |
|
The CSS Horizontal Menu works fine in a normal page but how do I install it in a header?
Am only starting with CCS but the menu coding includes both heading and body coding. I assume, if I copy the menu coding to a header page, the coding is inserted in place of the {Header} tag so you get:
<head>
...
</head>
<head>
...
</head>
<body>
..
</body>
etc, etc
Would be grateful for anyone's advice.
|
 |
 |
Maybe
|
| Posted: 05/09/2006, 12:04 AM |
|
Dunno for sure but; but if there is a label or reference to a grid try and change the custom code to::
includePageName.lableName.Value
|
|
|
 |
Maybe
|
| Posted: 05/09/2006, 2:21 AM |
|
Hi Maybe,
Have now looked at the page coding by selecting View Source in the browser. Although at the design stage the inline styles are placed in the <head> of the page, when they appear in the actual displayed page they are moved to the <body> section.
As the menu works ok, I suppose it doesn't matter, but I am curious to know why this happens.
Regards
Brian
|
|
|
 |
|