Hello. In this tutorial i will tell you how to create a breadcrumb navigation menu
So lets start with the XHTML
Tags: clean solution, CSS, XHTML/CSS
Categories: XHTML/CSS
Posted By: Dinulescu Alexandru Adrian
Last Edit: 07 Jan 2010 @ 11:10 PM
Hello
As you well know Internet Explorer 6 and lower doesnt recognize position:fixed in CSS, in order to get around that issue we need to do this. Btw everything goes in the same css file, the * html star is a hack for IE6 so only it seems the code so other browsers arent affected.
Tags: clean solution, CSS, IE6 Bugs, XHTML/CSS
Categories: XHTML/CSS
Posted By: Dinulescu Alexandru Adrian
Last Edit: 26 Jan 2010 @ 03:21 PM
What does this do?
This makes your footer stick at the bottom of the page, even if you have little content on the page. This is useful, but of course there are some jQuery alternatives which will be posted in a similar post later on. It’s a very simple, clean, CSS based only solution that works in 90%+ of the cases. Also this works in IE6.
The other solution is 10 times simpler but does not work in Internet Explorer 6. More details below…
Tags: clean solution, CSS, IE Bugs, Sticky Footer, XHTML/CSS
Categories: XHTML/CSS
Posted By: Dinulescu Alexandru Adrian
Last Edit: 07 Jan 2010 @ 11:02 PM
Hello
I was always wondering what jQuery can do to help me give more power to my CSS stylesheets so one day after some time spent on the web i discovered a very very simple solution that was so easy to install that i was baffled that i couldnt figure it out a lot sooner. So without further comments here is the rundown of the stuff.
Posted By: Dinulescu Alexandru Adrian
Last Edit: 07 Jan 2010 @ 08:19 PM
Evening All.
Everyone loved valign=”middle” on tables… well life just got better with jQuery. This plugin works flawlessly however make sure that both the element itself and the parent element do not have any top/bottom paddings, else please modify it using the .outerHeight() property that takes into consideration the padding/border of those elements. Tweak and use as necessary.
Posted By: Dinulescu Alexandru Adrian
Last Edit: 07 Jan 2010 @ 07:33 PM
Recent Comments