Below is the CSS that I am using to format my web page.
Whenever I use the 'POSITION' option the circle "LIST-STYLE-TYPE" doesn't show up in IE. It works fine in firefox.
Any help is greatly appreciated.
#propertyDetailDescription ul {
position:fixed;
top:150px;
left:300px;
right:35px;
list-style-type: circle;
}
Whenever I use the 'POSITION' option the circle "LIST-STYLE-TYPE" doesn't show up in IE. It works fine in firefox.
Any help is greatly appreciated.
#propertyDetailDescription ul {
position:fixed;
top:150px;
left:300px;
right:35px;
list-style-type: circle;
}