Archive for April, 2009

24 Apr 2009 @ 8:47 PM 

Hello. In this tutorial i will tell you how to create a breadcrumb navigation menu

So lets start with the XHTML

XHTML

<div class="navMenu">
    <a href="#" class="home"> </a>
    <span class="intermediareSpan"> </span>
    <a href="#" class="intermediareLink"> Intermediare Link </a>
    <span class="lastSpan"> </span>
    <a href="#" class="lastLink"> End LINK </a>
    <div class="clear"></div>
</div>

+ Continue Reading This Article

Tags

Tags: , ,

Categories: XHTML/CSS

Posted By: Dinulescu Alexandru Adrian

Last Edit: 07 Jan 2010 @ 11:10 PM

EmailPermalinkComments (0)

23 Apr 2009 @ 6:37 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.

+ Continue Reading This Article

Posted By: Dinulescu Alexandru Adrian

Last Edit: 26 Jan 2010 @ 03:21 PM

EmailPermalinkComments (1)

20 Apr 2009 @ 7:18 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…

+ Continue Reading This Article

Posted By: Dinulescu Alexandru Adrian

Last Edit: 07 Jan 2010 @ 11:02 PM

EmailPermalinkComments (0)

13 Apr 2009 @ 2:24 AM 

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.

+ Continue Reading This Article

Tags

Tags: , , ,

Categories: XHTML/CSS, jQuery

Posted By: Dinulescu Alexandru Adrian

Last Edit: 07 Jan 2010 @ 08:19 PM

EmailPermalinkComments (0)

08 Apr 2009 @ 8:53 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.

+ Continue Reading This Article

Posted By: Dinulescu Alexandru Adrian

Last Edit: 07 Jan 2010 @ 07:33 PM

EmailPermalinkComments (0)