Style Sheet Code differences for IE and Firefox...
Ok, Here is my css code.
ISSUE #1
#restaurantlistings {
Position:relative;
top: 0px;
left:0px;
border-bottom:3px dotted grey;
padding-bottom:5px;
}
Looks fine in firefox but in IE the dotted border doesn't show??
ISSUE #2
ul#zmenudowntown {
position:relative;
top:2px;
left:-40px;
list-style-type: none;
text-decoration: none;
text-align: left;
white-space:nowrap;
float:left;
margin-top:20px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:16px;
}
Again, looks great in Firefox but in IE I am getting the bullets??
Help please!!!
Eric
Ok, Here is my css code.
ISSUE #1
#restaurantlistings {
Position:relative;
top: 0px;
left:0px;
border-bottom:3px dotted grey;
padding-bottom:5px;
}
Looks fine in firefox but in IE the dotted border doesn't show??
ISSUE #2
ul#zmenudowntown {
position:relative;
top:2px;
left:-40px;
list-style-type: none;
text-decoration: none;
text-align: left;
white-space:nowrap;
float:left;
margin-top:20px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:16px;
}
Again, looks great in Firefox but in IE I am getting the bullets??
Help please!!!
Eric








