As it turns out, it was the FONT-SIZE property in my CSS TD { } definition that was causing the shrinkage.
The samples that I used set the fontsize to 75%, so that's why it looked smaller. By overriding the fontsize to 12px, I was able to make the menu look normal again.
You guys have a great site ...
Search found 4 matches
- Fri Feb 13, 2004 11:49 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: itsy bitsy menu
- Replies: 7
- Views: 3697
- Fri Feb 13, 2004 11:03 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: itsy bitsy menu
- Replies: 7
- Views: 3697
itsy bitsy menu
I did some more investigating and, as it turns out, a TD reference in my CSS file is causing the table to go itsy bitsy. The absence of this CSS statement:
TD {F ONT-SIZE: 11px }
allows the menu to render properly.
What's the easiest way to resolve this? I have MANY pages dependent on this style ...
TD {F ONT-SIZE: 11px }
allows the menu to render properly.
What's the easiest way to resolve this? I have MANY pages dependent on this style ...
- Fri Feb 13, 2004 11:49 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: itsy bitsy menu
- Replies: 7
- Views: 3697
Some progress...
I did some troubleshooting and found that the menu gets 'itsy bitsy' when I include the .CSS files that I use. When I take my CSS files out, the menu is a normal size.
Does anybody know why having my .CSS file causes a problem? Is there are CSS property that the menu is pickin up?
-- Aaron
Does anybody know why having my .CSS file causes a problem? Is there are CSS property that the menu is pickin up?
-- Aaron
- Fri Feb 13, 2004 2:53 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: itsy bitsy menu
- Replies: 7
- Views: 3697
itsy bitsy menu
I've downloaded the sample code for the XP Style Menus. I want to integrate the menu into my ASP.NET application and I've created a user control that contains. I have enclosed the contents of menu_data.js in the sample between:
<table width=700 cellpadding=0 cellspacing=0>
<tbody>
<tr>
<td ...
<table width=700 cellpadding=0 cellspacing=0>
<tbody>
<tr>
<td ...