OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
border problem in ie
This page's ID:
11040
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
That's a nicely coded page. This looks like one of those obnoxious IE rendering bugs that gets fixed when it redraws the screen (such as when you hit F11 or scroll the problematic area in and out of the viewing window). There's rarely a good explanation for them. Check and see if it happens with border types other than double. Fiddle with different ways of creating the same effect. You might be able to find a workaround of some sort, or you might find out what's triggering the problem. If all else fails, I've found that using a script to change an arbitrary style property of an element can cause IE to redraw that element, which might fix the problem. Try adding something like <script type="text/javascript"> document.getElementById('content').style.display = 'block'; </script> After the end of the #content div. But only do that if you can't find another way to fix the problem.
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »