Center Aligning a Child Menu Drop Down with JQuery

It’s tricky center aligning a drop down menu using CSS only, so we use a simple JQuery method to calculate the parent width and work out the child menu widths, and set them accordingly. If a user does not have Javascript enabled, then the menu still works, but...

META Tags for Expression Engine Template/Index Pages

I am quite new to Expression Engine, and although its quite flexible it does have it’s shortcomings. One of the main issues I can see with it is its inability to manage META information. The in-built way would be to create a Channel Field for each Channel so when you...

100% Div Fixes Width When Using JQuery Cycle

If using a 100% DIV width for a jQuery Cycle container, jQuery Cycle will find the width of the container when its rendered and fix it to this width so when you then resize the browser the container stays at the fixed width. This means if you have a 100% wide DIV that...

JQuery html() not parsing URLs properly

Have been racking my brains for ages on this issue… It is a Joomla site using sh404SEF. Turning sh404SEF off fixes this issue, so I assume it is a combination of sh404SEF and jQuery html(). I am using jQuery’s html() to replace the content one of one DIV by the...