Verynice layout, design I like it at first go
:thumbup: One of the best sites I've seen in years. Great color scheme, intuitive navigation, layout is fabulous. Kudos to your design team.
The layout of the site is very nice, and easy to use.
The only remarks I have is the timing on the top navigation and you can't tell which category you are on the services JavaScript box.
:thumbup: One of the best sites I've seen in years. Great color scheme, intuitive navigation, layout is fabulous. Kudos to your design team.
Must be the difference in our connections because here I'm seeing "instant on response."I am really not a fan of the lag in the main drop-down navigation menu. It should be instant on response as hovering quickly over the menu choices, it overlays on the next drop-down menu.
Good catch - didn't notice thatalso the hosting and features menus are just duplicated taking you to the same pages so only 1 menu would do
Good catch - didn't notice that
Must be the difference in our connections because here I'm seeing "instant on response."
I can only tell you what I see here and it's instantaneous. Right now, my download speed is 51Mbps.I had the slow responses on the menu dropdown also - it's not much, but it's there.
I can only tell you what I see here and it's instantaneous. Right now, my download speed is 51Mbps.
Same for me. Menus loads fast in IE, FF and Chrome. May just be something to do with OPs connection high latency/routing wise.
It is not the loading part that is the problem - it is the disappearing side that lags.
// ***** at_hide *****
function at_hide()
{
var p = document.getElementById(this["at_parent"]);
var c = document.getElementById(this["at_child" ]);
c["at_timeout"] = setTimeout("document.getElementById('"+c.id+"').style.visibility = 'hidden'", 333);
}
// ***** at_hide *****
function at_hide()
{
var p = document.getElementById(this["at_parent"]);
var c = document.getElementById(this["at_child" ]);
c["at_timeout"] = setTimeout("document.getElementById('"+c.id+"').style.visibility = 'hidden'",0);
}