Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Frame displaying incorrectly in FF

Status
Not open for further replies.

Gixonita

IS-IT--Management
Oct 17, 2005
103
US
Hi all,

I'm using visual studio 2003 (c#) to create a simple aspx login page. The layout of the page is:

------------------------------
| User: Passwd: |
| |
------------------------------

So I have (in pseudo code)

<div with top of frame image> </div>
<div with side of frame image>
<form>User,Passwd...</form>
</div>
<div with bottom of frame image></div>

After I build the project and run it in Explorer everything works perfectly. If I run the same page with FF then I get

------------------------------
| |
------------------------------
User: Passwd:

I don't understand why it doesn't respect the divs in FF, does anybody have an idea of why this is hapening?

Thanks in advance,

Luis Torres
 
You'll have to provide the actual HTML from the View Source of the page, however, you'll get a better response by posting it in the HTML forum (forum215)


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top