Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:43
Help with html code to get Milonic menu to size correctly
Poster: softaid
Dated: Thursday February 12 2004 - 16:04:41 GMT
Hello:
I am hoping to get help with determining why the top bar of my web page that has the milonic dhtml menu code is not sizing uniformly (or correctly).
My web site (with the problem) is:
http://www.aid.com
To see what the results from different browsers, go to
http://www.browsercam.com/public.aspx?proj_id=44549
Oddly, with my IE 6.0SP1 for Win2000 Prof. browser, everything lines up. Browsercam shows it does not.
I worked with code from http://www.imagingservices.com which does not seem to have that problem.
Like that site, the top menu is three separate table cells.
Can someone tell me what the change I need to make in the html code should be. I would be so appreciative!
I post to this topic when it is "fixed," so that you can stop responding at that time.
Thanks,
David
FYI: I am using the 5.0 (just released version) of the code
Poster: softaid
Dated: Thursday February 12 2004 - 16:05:14 GMT
FYI: I am using the 5.0 (just released version) of the code
Perhaps the problem is that the browsercam.com ...
Poster: softaid
Dated: Thursday February 12 2004 - 16:18:56 GMT
Perhaps the problem is that the browsercam.com shows a browser windows that has been resized. I.e. the browser is not full-sized.
I wrote that my IE 6.0SP1 for Win2K browser did not have this problem. Well, when I resize my windows to help-size it appears.
BUT, http://www.imagingservices did not have this problem with browsercam
Thanks, David Y.
PROBLEM SOLVED!!!! NO MORE HELP NEEDED. THX
Poster: softaid
Dated: Saturday February 14 2004 - 1:33:17 GMT
PROBLEM SOLVED!!!! NO MORE HELP NEEDED. THX
After much tinkering with table html elements, I finally got it so that the dhtml menu does not over or undersize in different browsers.
Thanks,
David Y.
Poster: Ruth
Dated: Saturday February 14 2004 - 2:47:15 GMT
Hmm, could you post the solution if it's not too much trouble, others might have a similar problem
Ruth
Solution ...
Poster: softaid
Dated: Saturday February 14 2004 - 15:18:52 GMT
The solution had nothing to do with the dhtml menu.
I believe that many browsers do no support the background html code in a <td> tag which explains the oversized dhtml menu in Mac. Safari, Explorer etc.
I fixed this by re-writing that <td> cell as follows:
<td width="100%" valign="top"><img src="../images/mast-background-image.gif" width="112" height="75"></td>
In otherwords, taking the heretofore background image and making a new <img src ...> tag that is properly sized.
Now, the menu is properly sized in most if not all browsers.
I checked this using http://www.browsercam.com
David Y.