I was recently asked by a client to create a scrollable, navigation menu for their site. However, they wanted it to have an onHover submenu that expanded to the side, over the top of the scrollbar. The problem with this is that there is noway to do this using normal css, over the overflow:scroll hides [...]
Archive: web design
Posts Tagged ‘web design’
If you are thinking of adding a confirmation of e-mail address to the front-end registration pages of your store e.g the Checkout billing page or the customer account registration, the little snippets below could be of use to you For the Checkout billing page 1. Locate the magento checkout billing page (billing.phtml) which can be [...]
If you've ever had that annoying problem where someone has asked you to put a flash banner on a site and it covers up your nice dropdown or pop-out menus, you'll be glad to know that the current versions of flash don't do that if you set the right parameter! Yes that even includes flash [...]
Our last post on getting less css doesn't work any more for installing less css on 10.10, due to changes in rubygems and ubuntu/debian, so here's some updated instructions that work again! PLAIN TEXT CODE: sudo apt-get install rubygems1.8 ruby1.8-dev sudo gem install rubygems-update sudo gem update rubygems sudo gem install less And also remember [...]
If you are looking for Magento Design and Magento theme or Magento template creation then you have come to the right place. Edmonds Commerce have traditionally been a Magento development specialist and have been working on custom Magento projects for a couple of years now. Now we have welcomed some design experts onto the team [...]
I have recently had the misfortune of stepping out of my usual developers bubble and having to do a bit of graphic web design. Of course that means that not only did I have to try to make something look good with my meagre design skills, but then I had to worry about making sure [...]
Came across this intriguing idea to create polygons using only CSS and basic HTML - very simple and practical. Here is the code PLAIN TEXT HTML: <html> <head> <style> div { width:0; [...]
Javascript can seem daunting for new comers who are learning html and coding for the web. However there are a few dead easy things you can do with javascript which do not require any particularly complicated code and can make your site a bit smoother and slicker for the end user. Form Submit on Change [...]