Author: davood | Posted on: 9/16/2009 2:24:29 PM | Views : 561

hi all
i created have a aspx page and want to have red rectangle image in top of my page like follow codes.
in ie8 it works fine without any white space in left or right side of my image but in firefox i have 3pixles white space in right side of my red image  how can i change it like asp.net upper part that in ie or fire fox fillscreen without horizental scrolbar or any white space in sides?



<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="WebApplication1._Default" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >

<head runat="server">
      <style type="text/css">
      .style1 ...

Go to the complete details ...