OK.
My CSS knowledge doesn't go that far. :confused:
Type: Posts; User: esm; Keyword(s):
OK.
My CSS knowledge doesn't go that far. :confused:
Works like a charm, thanks again.
Cheers,
Ed
I have attached an enlarged pic of one of the tabs.
Left of the "M" at the left end of the tab there is a gap that shows on all tabs when hovering, except the most-left "Home" tab.
coothead,
I just noticed another thing: to the left of each tab there seems to be what looks like a 5px gap that does not change when hovering.
Is there any way to get rid of that gap?
Thanks,
Ed
OK, we're closing in.
I normally use Opera (shift down does not work) but I just tested it with Firefox and it does work there.
So, just on Opera problem. Thanks for the help.
Cheers,
Ed
I was not talking about the hover effect, that works just fine.
I'm talking about the 1px shift down when hovering. It shifts with your original code when I see Times Roman.
However, when I take...
Here it is:
/<style media="screen">
body {
font: normal 1em / 1.62em sans-serif;
}
.indentmenu {
text-align: center;
}
The only thing that doesn't work anymore is the 1px shift down when hovering. But that's OK.
Coothead,
I've finally figured it out. I have modified this (took the sans serif out):
.indentmenu ul li a {
display: block;
padding: 0.32em 0.69em;
border-right: 2px solid #FFFFFF;...
OK, thanks a lot for all your help.
Ed
What I submitted in my original post IS the complete css, except that the verdana was arial.
I downloaded it from this website, assuming it was a correct working code.
The times roman font does not...
Coothead,
I know that there is nothing in your code re Times New Roman.
The website is not finished yet, in fact I have just started. But I have attached a screen shot how the nav bar looks....
Thanks for the quick response.
The nav bar centers nicely but the font is still Times Roman.
Hi Guys,
I have downloaded and installed the indent style sheet below:
<style type="text/css">
.indentmenu{
font: bold 15px Verdana;
width: 100%; /*leave this value as is in most cases*/...
Works beautifully! Thanks a bunch!
esm
Hi,
This is a follow-up question on the vertical adjustment. It works fine for drop-downs that actually open downward. However, drop-downs that open upward (drop-ups? :-)) show a noticable offset....
That works fine, thanks a lot!
How about my other question?
Thanks.
Sorry for not including the link, here it is:
http://www.dynamicdrive.com/dynamicindex1/anylinkvertical.htm
As to the vertical adjustment, I wanted to find out if I can place the drop-down a...
Hi,
I'm trying to use the AnyLink Vertical Menu in a website and it works fine. However, I have two questions:
1. Can the drop down menu be vertically adjusted?
2. Can the script be placed...