Hi
I have constructed an entirely CSS designed page including Coolmenu4. As far as I can see the code etc is pretty good but I have one small problem for which I have done a work around for but I am not sure it will work on all pages.
The page should look like it does at
BUT
to construct the left bar of Purple I have had to set the height to 200% as in
#divLeftbar{
background-color: #330033;
border: 1px solid #330033;
color: #660066;
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size: 8pt;
height: 200%;
left: 20px;
overflow: hidden;
padding: 2px;
position: absolute;
top: 100px;
visibility: visible;
width: 104px; /*104*/
}
But if you put this in to a plain document as with
height: 100%;
top: 0px;
as at
the bar is perfect.
Something is causing an error can anybody help?
Various files are
Thanks
regards
Purpleski
I have constructed an entirely CSS designed page including Coolmenu4. As far as I can see the code etc is pretty good but I have one small problem for which I have done a work around for but I am not sure it will work on all pages.
The page should look like it does at
BUT
to construct the left bar of Purple I have had to set the height to 200% as in
#divLeftbar{
background-color: #330033;
border: 1px solid #330033;
color: #660066;
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size: 8pt;
height: 200%;
left: 20px;
overflow: hidden;
padding: 2px;
position: absolute;
top: 100px;
visibility: visible;
width: 104px; /*104*/
}
But if you put this in to a plain document as with
height: 100%;
top: 0px;
as at
the bar is perfect.
Something is causing an error can anybody help?
Various files are
Thanks
regards
Purpleski