New Site Feedback

OcUK Staff
Joined
12 Apr 2008
Posts
49,293
Location
OcUK HQ
Select Monitors > Filter by Size over 30"

Is this one in the wrong place?

https://www.overclockers.co.uk/sams...a-widescreen-lcd-monitor-white-mo-22g-sa.html

Also, took me a while to find this thread. Any chance it can be a sticky?

Edit 1: Description has the wrong resolution - https://www.overclockers.co.uk/acer...oframe-monitor-black-silver-um-mo-11w-ac.html

The Samsung monitor is a 30" monitor in the 30" and above section? Not sure what's wrong with that one mate, unless I'm missing something?

Will look into the Acer one. Thanks. :)
 
Associate
Joined
20 Oct 2007
Posts
776
The menu is poorly designed because it uses CSS float. At some zoom levels the last menu item drops down onto the next line:



Note that the last entry is missing.

This is because float is a poor solution to this problem. Instead the following CSS should be used:

Code:
#mainNavigation ul {display: table;}
#mainNavigation li {float: none; display: table-cell; vertical-align: middle}
#mainNavigation li > a {height: auto;}
 
Soldato
Joined
16 Jun 2013
Posts
5,381
Mobile site ( at least on ios) has a German translation for filters;

fdbdf.png
 
Back
Top Bottom