blowfly123 Posted February 9, 2010 Report Share Posted February 9, 2010 Something strange is happening and I'm only noticing it on the PC. If you make the browser skinny and load the page some of the backgrounds don't fit the width of the layout. If you use the bottom scroll bar you'll see what I mean. I initially noticed it on the .filmstrip-container div which is set to 100% width but I'm not seeing it on the #site-wrapper div as well. I'm not sure I understand why. It seems to be working correctly on the mac. Any ideas? Thanks site: http://tinyurl.com/yhuyp69 css: http://tinyurl.com/ygq87al Quote Link to comment Share on other sites More sharing options...
virtual Posted February 9, 2010 Report Share Posted February 9, 2010 I can't see what you mean in either IE7 or 8. Quote Link to comment Share on other sites More sharing options...
blowfly123 Posted February 9, 2010 Author Report Share Posted February 9, 2010 In IE7 try making your browser skinny, then load the page, then use the scroll bar at the bottom to look at the right side, specifically the bar of four images at the bottom of the screen. The background doesn't extend all the way... It's still showing the problem in IE7 for me (although only on the 4 images at the bottom) Quote Link to comment Share on other sites More sharing options...
virtual Posted February 9, 2010 Report Share Posted February 9, 2010 (edited) OK I can see it now, you have a scroll bar in IE7 and the #filmstrip-bar is showing up over to the right instead of wrapping around the .subpages-cell. I have found a solution which works in IE7 and IE8, looks like it's good in Firefox too. Remove the following from #filmstrip-bar position: relative float: left left: 50% then remove from .subpages-cell position: relative Edited February 9, 2010 by virtual Quote Link to comment Share on other sites More sharing options...
blowfly123 Posted February 9, 2010 Author Report Share Posted February 9, 2010 That didn't seem to fix it What it looks like to me is that filmstrip-container is set to 100% and the div iinside is (filmstrip-bar) is set to 1000px. When 100% is less than 1000px (like if you have a small monitor like my testing laptop or you shrink down the browser window, then load it, then scroll to see the full 1000px width the 100% background didn't draw in, along with anything else inside the 1000px filmstrip-bar div that was outside the browser window. Ack! Quote Link to comment Share on other sites More sharing options...
blowfly123 Posted February 9, 2010 Author Report Share Posted February 9, 2010 I may have fixed it with max-width and min-width. Do me a favor and check it to see if it works right... Quote Link to comment Share on other sites More sharing options...
virtual Posted February 10, 2010 Report Share Posted February 10, 2010 Yes it's fine now in both IE7 and 8 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.