chrise3112,
Please go in the backend under Extensions >> Template Manager >> BlackBear >> Edit HTML
Insert behind the <head> (line 4) this:
| Code: |
<meta http-equiv="X-UA-
Compatible" content="IE=6" />
|
We work on a "cleaner" solution. But at this time it is the fastes.
Now to your second problem. Have you edited some lines in the menu.css??? Normally there is no border bottom in the top-nav.
Search in the templates/blackbear/css/Menu.css
#nav a {
border-bottom:
1 solid #3E3E3E;
color: #FFFFFF;
display: block;
font-weight: bold;
height: auto;
line-height: 27px;
padding: 0 15px;
text-decoration: none;
}
change it to
#nav a {
border-bottom:
0 solid #3E3E3E;
color: #FFFFFF;
display: block;
font-weight: bold;
height: auto;
line-height: 27px;
padding: 0 15px;
text-decoration: none;
}
Now it must run ;-) Hope it helps.
Regards,
GermanBear