unordered-list

Need help speeding up this jQuery process

Hi, I've created the following process. Basically it loops through a gigantic unordered list with multiple level nested lists and creates a 2 level nested unordered list. It works well but is very slow in IE7. FireFox and Safari have no big problems with it. Not very good at jQuery I was wondering if I could speed up this by using bette...

Why do the last 3 <a>´s in the left menu not fill their containing <li>´s?

http://www.briligg.com/toll.html The last 3 list items in the text section only show as links when your mouse is over the far right side of them. That is the only place that triggers the :hover background color change, too. The first 2 work fine. The css validates. There are a bunch of validation errors in the html, but nothing signifi...

Cloning li elements in JQuery

I'm using EasySlider, but unlike any of the examples of this plugin that I've found, I show multiple elements at any one time and the width is 100%. The separate images make up a full, long consecutive image, which is Photoshopped so even the borderline between first and last looks natural. It's configured to be a continuous slide automa...

CSS Horizontal Menu is showing list bullets

i am using this code... for a Horizontal CSS menu which is working fine on jsFiddle but when i am using it in my site.. it is giving me bullets of the list, see the image below.... HOW TO GET RID OF THESE BULLETS F1 F1 Help !!! Any Key ...

jQuery minusing padding when animating left value? Strange.

Hey all, I was working on a slider using an unordered list. Standard structure, example (not the same code I'm using): <div style="overflow: hidden;width: 500px;padding: 20px;position: relative"> <ul style="width: 1000px;position: relative;padding: 0;margin: 0;list-style: none;"> <li style="width: 500px;padding: 0;margin: 0;flo...

CSS - floating LIs - bigger content messes up the next row.

<style> ul{margin:0px;padding:0px;} ul li{margin:0px 5px 5px 0px;padding:0px;list-style-type:none;float:left;} </style> <ul class="clearfix"> <li>&nbsp;</li> <li>&nbsp;</li> <li>&nbsp;</li> <li>&nbsp;</li> <li>&nbsp;</li> <li>&nbsp;</li> </ul> The first li contains more content than the rest. So, I have the fo...

CSS Positioning - Unordered List

I want to position an unordered list of items on the left-hand side of a menu header (horizontally displayed, not vertically). For example where you see Home, HTML, etc: How do I accomplish this effect with CSS? ...