removed

It doesn't matter if you do all the error checking in the world, or if you have the most beautiful graphics, if your site or application design isn't usable, it's not going to do well. Get input and advice on usability and user interface issues here.

Moderator: General Moderators

Post Reply
User avatar
vigge89
Forum Regular
Posts: 875
Joined: Wed Jul 30, 2003 3:29 am
Location: Sweden

removed

Post by vigge89 »

edited out
Last edited by vigge89 on Sat Jul 22, 2006 8:38 pm, edited 1 time in total.
User avatar
wwwapu
Forum Contributor
Posts: 197
Joined: Wed Apr 07, 2004 11:57 am
Location: Turku, Finland

Post by wwwapu »

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.
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.
Maybe you should rethink this?
User avatar
vigge89
Forum Regular
Posts: 875
Joined: Wed Jul 30, 2003 3:29 am
Location: Sweden

Post by vigge89 »

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 :?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

looks pretty good, man.
User avatar
wwwapu
Forum Contributor
Posts: 197
Joined: Wed Apr 07, 2004 11:57 am
Location: Turku, Finland

Post by wwwapu »

Here are some screeshots.
Before any links are clicked:
Image
and after...
Image
User avatar
vigge89
Forum Regular
Posts: 875
Joined: Wed Jul 30, 2003 3:29 am
Location: Sweden

Post by vigge89 »

Opera seems doesn't seem to car eabout this:

Code: Select all

<style type="text/css" media="all">
	@import "/vigge.css";
	#menu ul li a &#123; width: 80px; &#125;
	#menu ul li.right a &#123; width: 8px; &#125;
</style>
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 :)
User avatar
vigge89
Forum Regular
Posts: 875
Joined: Wed Jul 30, 2003 3:29 am
Location: Sweden

Post by vigge89 »

alright, major update on the design have been done, any comments? :)
Post Reply