Add your website to the Xemion web designer directory and gain highly-targeted traffic and new leads.

CSS Rendering in Firefox and Internet Explorer

Post Reply
 
Thread Tools
 
#1 October 14, 2007 by bussinessmenss - Junior Member, 3 posts PHP: , RoR: , CSS/XHTML:  , Design: , Javascript: , ASP/.NET: , SEO: , SQL: Reputation Level
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;
}
 
#2 December 23, 2007 by nolablu - Junior Member, 3 posts PHP: , RoR: , CSS/XHTML:  , Design: , Javascript: , ASP/.NET: , SEO: , SQL: Reputation Level
Try zeroing the margins on the background.
Post Reply

Thread Tools