plainblack.com
Username Password
search
Bookmark and Share

    

Bug that happens in IE but not chrom or firefox...help wanted

User browerj
Date 6/3/2009 10:52 am
Views 520
Rating 1    Rate [
|
]
Previous · Next
User Message
browerj

I'm having a bug that I think may be in the style sheet but I'm not sure.  When viewed in chrome or ff it doesn't happen, but under IE it shows up every time.  The collaboration system (article) I'm using shifts to the left after the screen reloads and covers my left justified admin bar with links.  When I click it with admin turned on it immediately shifts back to the right where it should be as if I dragged it there.  If I rollback the version tag it disappears until the next autoversion tag commit occurs then it happens again.  The footer is also moved to the middle of the screen.  HTML or Webgui?

 

Here is the code for it with a guess from a friend...neither of us do html:

 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title> - <tmpl_var session.setting.companyName></title>
<link rel="icon" href="" type="image/png" />
<link rel="shortcut icon" href="" />
<link rel="stylesheet" href="/graphics/style.css" type="text/css">
<tmpl_var head.tags>
<style type="text/css">
body {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div id="header">
<h1>Thinwood.com</h1>
</div>
<div id="main">
<div class="admin">


</div>
<tmpl_var body.content>
<div id="footer">
Copyright &copy; 2006 <a href="http://www.thinwood.com">Thinwood.com</a>. Powered by <a href="http://www.webgui.com">webgui</a>. Thanks to <a href="http://nlsmith.com">nlsmith.com</a> for the template.
</div>
</div>
<div id="menu">

</div>

</body>
</html>

 

So the problem is likely after the "div id="footer"" line. my guess is that either something is wrong with the style sheet, or that it doesn't like the AdminBar not being in a <div>.

Anyone want to earn some side money working on this for me?  Email me directly at browerj@frontiernet.net

 

Thanks,

 

Josh

 

--- (Edited on 6/3/2009 10:52 am [GMT-0500] by ) ---



Back to Top
Rate [
|
]
 
 
    



© 2012 Plain Black Corporation | All Rights Reserved