Can anyone please help me? I am new to dreameaver and for some reason my vertical menu bar does not display the border properly, i also applied a box shadow to it which only shows at a small area at top of the menu but this only appears like this in IE??
www.clockdoctors.co.uk/blog/
Appreciate any help!
Looking quickly at CSS in the head of your home page, I see
#apDiv2 {
position:absolute;
width:815px;
height:873px;
z-index:2;
left: 182px;
top: 210px;
color: #000;
font-family: "Palatino Linotype", "Book Antiqua", Palatino,
box-shadow: 7px 7px 6px #666;
serif;
background-image: url(images/scrollbg.jpg);
background-repeat: no-repeat;
background-color: #F4ECC5;
box-shadow: 3px 3px 8px 2px #666;
}
There seems to be a box-shadow spec in the middle of a font-family spec. Could be a fluke of my system and IE, but it could be a problem.
Something else I notice is that you have applied borders to the ul.MenuBarVertical itself. I think I would put a div around the menubar and put the border and shadows on that. IE might prefer it.
Beth
Please do not post duplicate threads about the same issue. I'm locking this thread. Please continue the discussion in the other thread.
North America
Europe, Middle East and Africa
Asia Pacific