Search found 4 matches

by TallerMike
Fri Jun 04, 2004 8:14 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: padding="0px 5px 0px 15px" and subimage don't work
Replies: 3
Views: 2825

From the following post:

http://milonic.com/forum/viewtopic.php?t=4104

I've learned that adding the following code will fix the problem, but it doesn't seem very clean to me:

Code: Select all

rawcss="padding:10px 20px 30px 40px;"
by TallerMike
Fri Jun 04, 2004 7:08 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: padding="0px 5px 0px 15px" and subimage don't work
Replies: 3
Views: 2825

Yes, I've tried using the subimage padding. What it does is puts padding around only the subimage itself. It does nothing for the padding around the item. So while the rest of my items are padded a number of pixels from the left, items with subimages are not padded at all.
by TallerMike
Fri Jun 04, 2004 5:40 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: padding="0px 5px 0px 15px" and subimage don't work
Replies: 3
Views: 2825

padding="0px 5px 0px 15px" and subimage don't work

I have set the padding of the submenu items as follows:

padding="0px 5px 0px 15px"

When I turn on the subimage, every menu item that doesn't have any sub menus (IE, doesn't show the subimage) looks fine. However, all items that DO show the subimage ignore the padding setup above. If I change the ...
by TallerMike
Fri Feb 13, 2004 7:41 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Compatibility issues?
Replies: 0
Views: 1733

Compatibility issues?

When I have the DOCTYPE set at the top of the page as follows:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

- IE 5.0 - IE 5.5 look fine
- IE 6.0 ignores the padding tags for the base menu item, and only showed the menu headers correct ...