WebEmperess
05-27-2008, 09:47 AM
Hello!
I have a small problem.
When viewing my page in Firefox the list is where it's supposed to be. But when viewing it in I.E the list gets positioned too much to the right.
Example.
in Firefox
*it looks like this
*123
*abc
---
In I.E
________*it looks like this
________*123
________*abc
--
Here is the css that is connected to the list:
.linklist{
list-style-type:none;
padding-left: 0px;
}
.linklist ul{
margin-top:14px;
padding:0px;
}
.linklist li{
padding-top:5px;
padding-bottom:5px;
Thanks in advance.
I have a small problem.
When viewing my page in Firefox the list is where it's supposed to be. But when viewing it in I.E the list gets positioned too much to the right.
Example.
in Firefox
*it looks like this
*123
*abc
---
In I.E
________*it looks like this
________*123
________*abc
--
Here is the css that is connected to the list:
.linklist{
list-style-type:none;
padding-left: 0px;
}
.linklist ul{
margin-top:14px;
padding:0px;
}
.linklist li{
padding-top:5px;
padding-bottom:5px;
Thanks in advance.