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: css
Posts Tagged ‘css’
If you are having an issue with Magento and the optional Merge CSS Files (beta) turned on and it not updating with recent CSS changes, you may appreciate this. Unlike other cached elements that are stored in var/cache, Magento stores the cached and minified CSS files in media/css If you simply delete the contents of [...]
If you want to include a custom stylesheet for a particular category you can do this very cleanly by specifying custom layout xml in the category admin. Simply find the category you want to apply this to and then hit the [Display Settings] tab Then in the custom layout update box, paste something like this: [...]
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 [...]
This project required a change in the design of the footer by grouping the links into four main categories, it also include adding the predominant credit card logos that appropriately fits with the theme of the site. More Reading:Magento 2 – Key Points for Developers!Magento 2 Source Code Available on GitHubHow to get a configurable [...]
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; [...]
Ubuntu Linux is undoubtedly the most successful desktop version of linux available today. It has managed to tempt across many dedicated windows users with its easy installation procedure, comprehensive bundle of applications including open office and firefox, its greater security and reduced vulnerability to internet viruses and malware. And of course the fact that it [...]
The web developer toolbar is an excellent addition to the great firefox web browser. It allows you ultimate control over the behaviour of your web browser and helps you to fine tune layouts. The toolbar has a real time html and css editor built in which is great for tweaking things. For those of you [...]