Safari compatibility with Menu Sample 18 [resolved]
Safari compatibility with Menu Sample 18 [resolved]
I would like to create a menu using all images based on Menu sample 18, "Menus built
entirely from images". I noticed that when look at
http://milonic.com/menusample.php?sampleid=18
in Safari, on my Mac, that there is a small break between the images. This does not
appear when I use Firefox.
Is there a fix for the break? I cannot see any reason in the code for it not to display
properly.
Thanks!
entirely from images". I noticed that when look at
http://milonic.com/menusample.php?sampleid=18
in Safari, on my Mac, that there is a small break between the images. This does not
appear when I use Firefox.
Is there a fix for the break? I cannot see any reason in the code for it not to display
properly.
Thanks!
I just rebuilt my menu from the start and it looks great in all browsers.
Try starting with Template 89 instead,
http://milonic.com/menusample.php?sampleid=89
It is better to set the text in the menu and use a background image, instead of an
image for both, for search engine reasons and so that users that change the text size
from the View option in their browser, will also change the size of your menu text too.
I hope this helps!
Try starting with Template 89 instead,
http://milonic.com/menusample.php?sampleid=89
It is better to set the text in the menu and use a background image, instead of an
image for both, for search engine reasons and so that users that change the text size
from the View option in their browser, will also change the size of your menu text too.
I hope this helps!
Hi,
I've reported this, but since you have a professional license you might
want to also report it. Have you tried the pre-release version 5.773? There
was a fix as to the pageimage, but perhaps that also fixed the other
problem. I have no way to check without a Mac
Ruth
I've reported this, but since you have a professional license you might
want to also report it. Have you tried the pre-release version 5.773? There
was a fix as to the pageimage, but perhaps that also fixed the other
problem. I have no way to check without a Mac
Ruth
Last edited by Ruth on Thu Jun 21, 2007 9:22 am, edited 1 time in total.
Hi,
I don't have safari so I cannot test and try and figure the problem. I would
have to guess it's something to do with padding or maybe separators. Can you give
me your page. I can't test but I can look and see if I can figure out what might
cause such a problem and then you could test to see if any suggestions fix it.
Ruth
I don't have safari so I cannot test and try and figure the problem. I would
have to guess it's something to do with padding or maybe separators. Can you give
me your page. I can't test but I can look and see if I can figure out what might
cause such a problem and then you could test to see if any suggestions fix it.
Ruth
Last edited by Ruth on Thu Jun 21, 2007 9:17 am, edited 2 times in total.
- nwilcox
- Mega Advanced
- Posts: 269
- Joined: Sat Aug 20, 2005 6:14 am
- Location: Indianapolis, IN
- Contact:
http://clients2.serverside.net/optiform/
here is the link to view in Safari
Not only is there that weird spacing between the images, but the menus are popping
behind the Flash movie and I've already set wmode=transparent.
Both of these issues are only happening in Safari, all other browsers look great.
Thanks Ruth!
I can send you a screen capture if you need me to get one.
here is the link to view in Safari
Not only is there that weird spacing between the images, but the menus are popping
behind the Flash movie and I've already set wmode=transparent.
Both of these issues are only happening in Safari, all other browsers look great.
Thanks Ruth!
I can send you a screen capture if you need me to get one.
Hi,
Since I don't have Safari, I will need a screencapture to see what you are seeing. Then
I'll take a look at the page, css, and data file to see if I can find something that might
cause that in Safari.
Ruth
Since I don't have Safari, I will need a screencapture to see what you are seeing. Then
I'll take a look at the page, css, and data file to see if I can find something that might
cause that in Safari.
Ruth
Last edited by Ruth on Thu Jun 21, 2007 9:19 am, edited 1 time in total.
- nwilcox
- Mega Advanced
- Posts: 269
- Joined: Sat Aug 20, 2005 6:14 am
- Location: Indianapolis, IN
- Contact:
I'm retarded! I mistyped the link
Try this one:
http://clients2.serverside.net/optiform ... navbar.pdf

Try this one:
http://clients2.serverside.net/optiform ... navbar.pdf
Hi,
OK, that screenshot shows what looks to be separators. I realize you have
them coded as 0 but that's what they look like, and you have
separatorcolor="#ffffff"; and that is the color those spaces look also.
So, try the following
1. try putting separatorcolor="";
2. if that doesn't work, try making it "transparent"; but I don't think that
works with separators since they are a menu property and not something in css.
3. Try separatorpadding=0;
4. try adding separatorwidth=0;
5. If none of that works, try blocking out the separator code altogether in that main
menu by putting // in front of the separator properties.
Let me know if any of this works. I'll continue looking for other things I think
might be the problem
Ruth
OK, that screenshot shows what looks to be separators. I realize you have
them coded as 0 but that's what they look like, and you have
separatorcolor="#ffffff"; and that is the color those spaces look also.
So, try the following
1. try putting separatorcolor="";
2. if that doesn't work, try making it "transparent"; but I don't think that
works with separators since they are a menu property and not something in css.
3. Try separatorpadding=0;
4. try adding separatorwidth=0;
5. If none of that works, try blocking out the separator code altogether in that main
menu by putting // in front of the separator properties.
Let me know if any of this works. I'll continue looking for other things I think
might be the problem
Ruth
Last edited by Ruth on Thu Jun 21, 2007 9:21 am, edited 1 time in total.
-
- Beginner
- Posts: 5
- Joined: Thu Jun 21, 2007 8:24 am
I'm experiencing the same issue the original poster mentioned
I have tried Ruth's suggestions, but I am still seeing the same 1px gap on
the right side of each image. This behavior shows up in both Safari 2.0 on
my Mac, and Safari 3.0 Beta on Windows. Has anyone come across any
solutions to this issue?

I have tried Ruth's suggestions, but I am still seeing the same 1px gap on
the right side of each image. This behavior shows up in both Safari 2.0 on
my Mac, and Safari 3.0 Beta on Windows. Has anyone come across any
solutions to this issue?
Hi,
As I noted in the other post, I don't have safari, so to see what's going on I
need a screen capture and also your page. I can then usually figure out
what is causing the problem, but not without the screen capture from a
safari browser which shows the issue and also the page so I have the html,
css and menu to test. In the other case it was a separator issue but that is
not necessarily the cause of whatever you are seeing.
Ruth
As I noted in the other post, I don't have safari, so to see what's going on I
need a screen capture and also your page. I can then usually figure out
what is causing the problem, but not without the screen capture from a
safari browser which shows the issue and also the page so I have the html,
css and menu to test. In the other case it was a separator issue but that is
not necessarily the cause of whatever you are seeing.
Ruth
-
- Beginner
- Posts: 5
- Joined: Thu Jun 21, 2007 8:24 am
Hello,
You can view a screenshot of the issue here:
http://www.vintech.net/vtemenu.jpg
You can view the actual page seen in the screenshot here:
http://www.vtemulation.com/about_vte/about_us.php
(This is a secured resource, you can sign in with the username 'milonic' and the password 'password')
You can view a screenshot of the issue here:
http://www.vintech.net/vtemenu.jpg
You can view the actual page seen in the screenshot here:
http://www.vtemulation.com/about_vte/about_us.php
(This is a secured resource, you can sign in with the username 'milonic' and the password 'password')
Hi,
I see you have the separator codes blocked with //
Try using the codes instead and see if that eliminates the problem
If that doesn't work, then try separatorsize=0; in each main menu item.
and if it works then you could put the // in front of the code in the data file again. Also, there is a new release 5.775. It just came out today, though I don't know that it has anything about a fix for your Safari issue, especially since that is a beta release. Milonic won't be trying to modify code for a browser in beta since betas change multiple times before they are in real release and Milonic would be modifying and then remodifying it as things change in the browser.
If this doesn't fix it, let me know.
Ruth
I see you have the separator codes blocked with //
Try using the codes instead and see if that eliminates the problem
Code: Select all
separatorpadding=0;
separatorwidth=0;
separatorcolor="";
separatorsize=0;
separatorheight=0;
Code: Select all
aI("image=global_nav_left_cap.png;separatorsize=0;");
If this doesn't fix it, let me know.
Ruth
- nwilcox
- Mega Advanced
- Posts: 269
- Joined: Sat Aug 20, 2005 6:14 am
- Location: Indianapolis, IN
- Contact:
Ruth,
Safari is now available for PC - Beta release 3 just came out today I believe. Please install here: http://www.apple.com/safari/download/
The issues we all are having is easy to see on the PC now and needs fixing ASAP.
This issue looks exactly the same in the full release Safari on the MAC.
Please advise: http://clients2.serverside.net/optiform/
Safari is now available for PC - Beta release 3 just came out today I believe. Please install here: http://www.apple.com/safari/download/
The issues we all are having is easy to see on the PC now and needs fixing ASAP.
This issue looks exactly the same in the full release Safari on the MAC.
Please advise: http://clients2.serverside.net/optiform/
Last edited by nwilcox on Thu Jun 21, 2007 6:31 pm, edited 1 time in total.
-
- Beginner
- Posts: 5
- Joined: Thu Jun 21, 2007 8:24 am