Something seems to be breaking the display of lists (ul and ol) in IE7. They work fine in IE8, FF, Safari etc but not IE7 and IE6.
I just want them to ... |
I have the following problem, where an LI item in the list appears to be moved from the rest of the LI items:
Has anyone faced a similar ... |
I am having problems with IE, In FF and Chrome the navigation at the top displays fine. However in IE8 (with or without compatibility) the UL seems to indent from the ... |
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 ... |
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; text-align: center;">
<ul style="margin: 0; padding: 0; ...
|
In that page, the submenu if fine in firefox, but as usual, the nasty explorer is interpreting that differently....
how do you troubleshoot css bug in IE6
what is the css bud there ... |
http://mibsoftware.us/clients/dogwatch/dogwatch.html
I am having the hardest time trying to figure out why my last li item is being pushed to the bottom in IE. I have the width, height set ... |
|
I have a CSS <ul> <li> nested menu that works perfectly in IE 8 and firefox but in IE7 it produces a small gap between the elements.
this is my CSS:
#nav, ...
|
Please take a look at this website using IE 7.
On the right side there is a small set of li elements inside a box.
The "website:........." line is not ... |
I did some checking over my site today to see whether it was Cross Browser Friendly.
Turns out that it is... Except IE6...
So, my question to you lot is:
Why, in IE6, is ... |
i know that ie6 can only do hover on a href element. but i do not need a href element.
i have ul.li element like below
ul.testclass li {
display: ...
|
I have two ul's (.listone and .listtwo respectfully) floated left and the other right. The list-style:circle; works in every browser except for ie7 =< . In ie7 the list-style is just ... |
I am having this problem where I have a set of ul's and li's on my html page. when the li wraps to the second line the bullet is shown on ... |
I'm not sure that this will be easy to explain without just showing you so here is an example -
http://jsfiddle.net/46gL8/1/
When viewed in FF, Chrome, and IE8/9 the example works ... |
I'm having yet another problem with Internet Explorer. I have a list i got from my php database and i want to show it in a div. There's no problem with ... |
The following page: http://broadwayexport.com/demo/new/hometextiles.html does not look right in Internet Explorer 7.
The bullets for the unordered list are completely off!
Here is the CSS:
.productdev ...
|
I am having a problem with nesting lists in IE 7.
It seems that when I use the following structure (shorthand):
ul
li
input type='radio'
label ...
|