Reply
Expanding/Skewing above ASP input box
Old 05-25-2006, 03:50 PM Expanding/Skewing above ASP input box
Novice Talker

Posts: 6
I just finished this website and was responsible for all the coding.

The issue is that right above the ASP search forms on the main page you get skewing when you scroll down then back up. On higher resolutions this wont happen because the forms (in a lower frame) dont scroll high enough to come into any contact with the upper frame.

My boss has been on my case for a few days about this and I have done everything i can think of. Yes I have run the code through W3C and Tidy but the only coming back at this point are the alt="" tags in images.

I would greatly appreciate any help. The entire site is HTML/CSS with ASP forms and Java for Flash embeding and browser detecting.

Again, this only happens in IE to make that clear.

If you need any other information I would be glad to give it to you.

The website is: http://www.chicagotech.com/



Every bit of help is greatly appreciated


Will Whittaker
wwhittaker is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 05-25-2006, 03:59 PM Re: Expanding/Skewing above ASP input box
mgraphic's Avatar
Truth Seeker

Latest Blog Post:
Wireless Audio
Posts: 2,322
Name: Keith Marshall
Location: West Hartford, CT
Jeez - That reminds of old versions of Netscape when you had nested tables, it would "smear" just like you are experiencing. My thought is to ditch the iframe idea (you are not using foreground for content anyways) and set outer template to a fixed width table or css container. If you remove the multiple levels of nesting, that might halp solve your problem.
__________________

<mgraphic /> - I don't have a solution but I admire the problem.
mgraphic is offline
Reply With Quote
View Public Profile
 
Old 05-25-2006, 04:06 PM Re: Stretching/Skewing above ASP Input box
ExpressoDan's Avatar
Ultra Talker

Posts: 317
Name: This Space for Rent
Location: Georgia
I have seen this on a lot of sites, but dont know how to fix it unless maybe you could figure out a way to refresh the page when you go down and back up OR you could just not use frames. No offense, but frames only create more problems. Just let the people scroll the entire page like every other website. Please dont take that the wrong way, your site looks great, but I really dont like frames.

If you view just the lower frame, you dont have that issue.
http://www.chicagotech.com/lowerframe.html
__________________
Daniel
"I think therefore I am, I think." <!-- George Carlin
ExpressoDan is offline
Reply With Quote
View Public Profile Visit ExpressoDan's homepage!
 
Old 05-25-2006, 04:11 PM Re: Expanding/Skewing above ASP input box
Novice Talker

Posts: 6
that would be great if there was an iframe :-p i got locked into frames because that is what the boss wanted so there is no way around that portion of the problem. If the problem lies in all the nested tables that i may be able to fix
wwhittaker is offline
Reply With Quote
View Public Profile
 
Old 05-25-2006, 04:27 PM Re: Stretching/Skewing above ASP Input box
Novice Talker

Posts: 6
trust me, I hate frames as much as the next person, but bossman wanted to be able to see the banner the entire time, and frames SEEMED like the logical choice instead of floating it across the top the whole time
wwhittaker is offline
Reply With Quote
View Public Profile
 
Old 05-25-2006, 04:30 PM Re: Expanding/Skewing above ASP input box
mgraphic's Avatar
Truth Seeker

Latest Blog Post:
Wireless Audio
Posts: 2,322
Name: Keith Marshall
Location: West Hartford, CT
Or just have your boss yell at Bill Gates for a change!
__________________

<mgraphic /> - I don't have a solution but I admire the problem.
mgraphic is offline
Reply With Quote
View Public Profile
 
Old 05-25-2006, 04:40 PM Re: Expanding/Skewing above ASP input box
Novice Talker

Posts: 6
I'd like to yell at Bill Gates for a few things myself
wwhittaker is offline
Reply With Quote
View Public Profile
 
Old 05-25-2006, 04:40 PM Re: Stretching/Skewing above ASP Input box
ExpressoDan's Avatar
Ultra Talker

Posts: 317
Name: This Space for Rent
Location: Georgia
what would happen if you used css and put all the content in one page?
get rid of the frames and on the lower content portion, try putting it into a <div> by using the following and adjust the height and width to meet your needs.

Code:
<div style="width:600px; height:600px; overflow:auto;">
Your content
</div>
Compatibility (googled to find this info)
Netscape 4: Incorrect, same as hidden.
Mozilla: Correct
Explorer 4-6 Windows: Correct
Explorer 4 Mac: Incorrect, same as hidden.
Explorer 5 Mac: Correct, but it's difficult to evade a horizontal scrollbar. It has, however, strange bugs when you use an overflow: auto on an element in a nested table.
Opera 5: Incorrect, same as visible.
Opera 7: Correct.
Safari: Correct.
__________________
Daniel
"I think therefore I am, I think." <!-- George Carlin

Last edited by ExpressoDan : 05-25-2006 at 04:44 PM.
ExpressoDan is offline
Reply With Quote
View Public Profile Visit ExpressoDan's homepage!
 
Old 05-25-2006, 04:49 PM Re: Stretching/Skewing above ASP Input box
Novice Talker

Posts: 6
that might work, I will give that a shot first thing in the morning. I have a horrible feeling that I am going to have to re-write the page, and assuming this happens, the whole site will have to be re-written
wwhittaker is offline
Reply With Quote
View Public Profile
 
Old 05-27-2006, 03:29 PM Re: Expanding/Skewing above ASP input box
ADAM Web Design's Avatar
Canadastaninianite

Posts: 5,945
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
What EspressoDan said. It's an issue IE has with scrolling...it even occurs with divs sometimes.
ADAM Web Design is offline
Reply With Quote
View Public Profile Visit ADAM Web Design's homepage!
 
Old 05-27-2006, 04:25 PM Re: Expanding/Skewing above ASP input box
Average Talker

Posts: 19
i have the same effect of the banner not moving and the background also not moving and i use entirely css and xhtml with divs and all of that, no need for frames IMO.
emagine is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Expanding/Skewing above ASP input box
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.17929 seconds with 12 queries