Hello,
It seems that my drop down menu doesn't work, because there is
a space between main and sub menu (like 1px padding). I was
trying to figure why that space appears, but i can't see it.
That space somehow breaks connection between two menus,
so i can't select anything from the bottom one.
It seems that is only Safari issue..
I attached two pics (IE and Safari)
Site is http://www.univie.ac.at/POTREBA/
So if anyone see the problem help please.
Thanx
Safari; CSS drop down menu problem
Re: Safari; CSS drop down menu problem
Try giving your second ul a -1px margin at the top for safari...
Re: Safari; CSS drop down menu problem
Thanx,
I've tried, but it didn't worked, but
it works since I put margin 1px to top menu.
But now everything "hangs" fot that pixel..
But this CSS acts strange anyway..
I have one more, hoping no so stupid
question : How to address specific line of
code to safari? can you write me an example please.
Thanx again,
I've tried, but it didn't worked, but
it works since I put margin 1px to top menu.
But now everything "hangs" fot that pixel..
But this CSS acts strange anyway..
I have one more, hoping no so stupid
question : How to address specific line of
code to safari? can you write me an example please.
Thanx again,
Re: Safari; CSS drop down menu problem
Hi surogat , looking at your site, I think the best approach is to get the HTML to validate first. Before you do anything else, failure to do so will result in pointless effort. You can get very strange results with invalid code!
When you have done that then have a look at making your CSS valid as well, or at least know why exactly the validation is failing. e.g. you are doing it deliberately.
These should be the first steps before attempting anything else.
Russ
When you have done that then have a look at making your CSS valid as well, or at least know why exactly the validation is failing. e.g. you are doing it deliberately.
These should be the first steps before attempting anything else.
Russ
Re: Safari; CSS drop down menu problem
I've clean up css and now it's validated, but still it works strange in safari;Russ wrote: When you have done that then have a look at making your CSS valid as well, or at least know why exactly the validation is failing. e.g. you are doing it deliberately.
These should be the first steps before attempting anything else.
Russ
sometimes I can select submenu, and sometimes I can't. I hate those type of errors..
Menu works fine in IE and Firefox.
Last edited by surogat on Tue Sep 02, 2008 2:09 pm, edited 1 time in total.
Re: Safari; CSS drop down menu problem
Your doctype still seems to be wrong and therefore the page is still invalid??
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.univie.ac.at%2FPOTREBA%2F
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.univie.ac.at%2FPOTREBA%2F
Re: Safari; CSS drop down menu problem
Now it's valid. But still don't know why is acting strange in Safari.
But it looks much better than in any other browser
Tnx
But it looks much better than in any other browser
Tnx


