removed
Moderator: General Moderators
I tested the site with Opera 7.23 and noticed one difference compared to IE or Ff 0.9. Menu links move to second row. This means admin is under start after any other link is clicked. Minor thing but difference anyways
Second thing is validation links. Referer doesn't seem to work, possibly due proxies.
Second thing is validation links. Referer doesn't seem to work, possibly due proxies.
Maybe you should rethink this?No Referer header found!
You have requested we check the referring page, but your browser did not send the HTTP "Referer" header field. This can be for several reasons, but most commonly it is because your browser does not know about this header, has been configured not to send one, or is behind a proxy or firewall that strips it out of the request before it reaches us.
This is not an error in the referring page!
Please use the form interface on the Validator Home Page (or the Extended Interface) to check the page by URL.
if the referer thing doesn't work, it's becuase of your browser (referer is turned off), i didn't know that, but it's not an too important thing.
about the menu, i think that has got to do with a bug in opera, i'll check it out
could you take a screenshot of it?
this happens when the contents width of the menu-div passes the the main-div, i gotta find a tweak for this
about the menu, i think that has got to do with a bug in opera, i'll check it out
could you take a screenshot of it?
this happens when the contents width of the menu-div passes the the main-div, i gotta find a tweak for this
Opera seems doesn't seem to car eabout this:
the widths are set becuase the menus are dynamic, and php needs to output it somewhere. Opera seems to not care about it being overwritten somehow 
feyd: thanks
Code: Select all
<style type="text/css" media="all">
@import "/vigge.css";
#menu ul li a { width: 80px; }
#menu ul li.right a { width: 8px; }
</style>feyd: thanks

