Hi,was wondering if anyone can help with this problem.Basically I have a fixed DIV layout that won't stretch to the entire width of the screen like in firefox.Here's a photo :img138.imageshack.us/my....=maxwidthxn3.jpgSee how there is a gap between the DIV and the browser scrollbar?here's my code :#logo { position: absolute; right: 0px; left:0px; top: 0px; width:100%; background: #ffffff; border: 1px solid #959596; background-repeat:repeat-x; z-index:100; min-width: 420px;}
Try using margin. If that still doesn't work, try:* { padding: 0; margin: 0;}
Yeah tried that but didn't work. Thanks though.