Twinkie
Banned
- Messages
- 1,389
- Reaction score
- 12
- Points
- 0
I am developing a new, and very unfinished layout for my Database Administration page and there is something weird with the padding/line-height of the status text. Click the Send button and wait for the status text. It displays correctly in Firefox, but in IE there is some extra space unaccounted for. Why?
This is the code for the status text, and the elements around it.
~~~~~~~~~~~~
Also in FF, when I update the page with JavaScript, the background image fractures, any fix for this?
I tried getting the background image changes each time the browser updates, by redeclaring the imageurl + ?rand=0.12...
But that is not a real fix, and causes the page to move slowly.
HTML:
<body>
<span class="switch" id="shortcut" onclick="Switch();">
<img id="icon" width="32" height="32" src="http://forums.x10hosting.com/images/Edit.png" alt=" " title="Switch Windows" />
</span>
<h1 align="center">Database Administration</h1>
<div align="center">
<span id="status" style="display:none; padding-bottom:20px; line-height: 0px;"></span>
<div style="display: none;" id="loading"><img src="/images/Loading.gif" /><br /><br /></div>
</div>
<div id="insert">
<form action="#" name="record" onsubmit="Send(this); return false;">
~~~~~~~~~~~~
Also in FF, when I update the page with JavaScript, the background image fractures, any fix for this?
I tried getting the background image changes each time the browser updates, by redeclaring the imageurl + ?rand=0.12...
But that is not a real fix, and causes the page to move slowly.
Last edited: