Tagged Questions

0
votes
3answers
38 views

How to move third level li elements up and remove the ul?

I have a fairly large, three level deep, menu consisting of nested lists like in this example <ul class="nav"> <li><a href="#">1</a> <ul> <li><a …
0
votes
4answers
45 views

Firefox floated <ul>… extra top padding or margin, even after default reset?

I've got a simple floated horizontal list that is looking good in IE and Opera, but Firefox has extra padding or margin at the top that I don't know how to fix.. It looked fine until I had to add a …
0
votes
1answer
59 views

Alternating Colors in UL in php Joomla mod_feed

I am using Joomla 1.5 for my site and want to make the RSS Feed Module (mod_feed) display alternating rows in a different color, hoping somebody here can help out! Here is the main code for the module …
0
votes
3answers
315 views

<ul> with <li> inside CSS column are not wrapping properly…

Lalalal, I am going insane with the CSS... I can't achieve the simplest layout here, something is breaking. I want 2 columns next to each other: [**** 300px ****][******** 500 px ********] …
0
votes
4answers
211 views

Why bullet not shown in IE6

It shows in firefox,but no in IE(in fact mine is IE6) <style type="text/css"> li { list-style-type:disc; } </style> <div style="margin: 2px auto 15px; padding: 5px 0px; width: 480px; …
0
votes
2answers
232 views

Inline UL element not working in IE7

Below is an entire test page that I'm working on (I realize that it is still ugly and cluttered). My issue is with the ul class="dropdown". I'm intending on it being a replacement for a SELECT so I …
0
votes
2answers
434 views

overflow:hidden not working for li elements inside ul

I'm trying to create a carousel from ul object where the li elements are blocks and ul is the carousel container. I've tried two approaches but neather seems to work, the overflow property is not …
1
vote
2answers
167 views

CSS box/ul menu problem

Hello, I am having serious trouble getting my css to work properly. It looks different in all 3 browsers that i use (Chrome, IE and FF). Now to the question in hand, i have been trying to copy the …
3
votes
5answers
187 views

IE6 CSS Bug - ULs & LIs- can anyone help?

Hi I have a CSS issue which occurs in IE6 only. I'm completely stumped and am hoping someone else might be able to help. In IE6, if you navigate to www.moneysupermarket.com/loans and search for a …
2
votes
2answers
166 views

image placement for IE bug fixes

Hi ive got a menu that is like this: <li id="selected"><a href="http://www."><p>FAQ'S</p></a></li> I've managed to acheive the effect that i wanted in firefox …
1
vote
4answers
1k views

CSS to recreate LI with bullet, but without using a LI

I'm trying to create a layout that looks like a LI with a bullet, but that doesn't use a LI. I can't use a LI because I want to allow different items in the same list to have different bullet images. …
0
votes
2answers
223 views

Put UL right corner where DIV left corner begins

I have DIV, and UL inside it, with position: absolute. By default left is 0px. I need to move UL to the left on the 100% of UL width. UL right corner would be where DIV left corner begins.
3
votes
6answers
724 views

Control Height of <li> in IE 7

I have a menu built with <ul> and <li> tags. I want to have small separators between sections. For the separators, I just set a background color and a short height on an <li>. Looks …
5
votes
6answers
385 views

Why is it common to create toolbar with tag <UL> and <LI>?

I found that quite a few "toolbar" in web page is implemented with HTML tag UL and LI with style "float:left". Fore example, with the help of FireBug it is easy to find this pattern in …
1
vote
10answers
864 views

Turn unordered list to a table with jQuery

Hi, i like to get an <ul><li> and make it a nice table I will style with CSS. I like the transformation to be made with jQuery * Place|Name|Earning * 1|Paul|200$ * 2|Joe|400$ * …

1 2 next
15 30 50 per page