Primary menu is buggy in IE6
hswong3i - May 27, 2008 - 16:47
| Project: | Internet Services (with 2nd Edition) |
| Version: | 6.x-2.x-dev |
| Component: | User interface |
| Category: | task |
| Priority: | normal |
| Assigned: | hswong3i |
| Status: | closed |
Jump to:
Description
Since I am now giving a revamp of code layout, IE6 support seems broken...
1. Primary menu is crazily buggy, it is not floating left.
2. Position of search form is buggy, width is not correct.
3. Main region block title indent is not correct, some text may cut off in LHS.
4. Site name is cut off from top and bottom (http://drupal.org/node/262772).
Some special help may be need for all these problem. If you are using IE6 and hope internet_service coming with better IE6 support, please give me a hand ;-)

#1
Hmmm... Let's trim down the problem...
Just focus on Primary menu. A minor fix should able to fix this problem:
Index: style.css===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/internet_services/style.css,v
retrieving revision 1.17.2.20
diff -u -p -r1.17.2.20 style.css
--- style.css 27 May 2008 16:29:15 -0000 1.17.2.20
+++ style.css 27 May 2008 17:35:22 -0000
@@ -547,8 +547,9 @@ ul.primary-links li {
margin: 0;
padding: 0;
}
-ul.primary-links li a {
- display: block;
+ul.primary-links li a:link,
+ul.primary-links li a:visited {
+ float: left;
height: 30px;
color: #FFF;
font-weight: bold;
#2
Actually this task should already be done, unless user response as not function or suitable.
#3
Assume as fixed since no negative feedback for existing implementation.
#4
Automatically closed -- issue fixed for two weeks with no activity.