View Single Post
Old 10-15-2007, 12:57 PM   #1 (permalink)
bussinessmenss
 
Status: Junior Member
Join Date: Oct 2007
Posts: 3
Trader Rating: (0)
bussinessmenss is on a distinguished road
TD$: 50.00
Donate
Default CSS Rendering in Firefox and Internet Explorer
Hey guys, is it true that the output for the above will be different in both browsers?

Im trying to position a table right all the way to the top using CSS. Somehow, my desired output works in Firefox but not in Internet Explorer. The table doesnt stick all the way to the top edge in IE.

What do u tink i should do?

CSS Code:
table {
position: fixed;
top: -1px;
border-collapse:collapse;
}
bussinessmenss is offline   Reply With Quote