spider1649 Posted August 12, 2006 Share Posted August 12, 2006 Well heres the problem I have created a banner and when ever I make my screen resolution a different size it hides a quarter of the banner. I have tried changeing the php to table to absolute and then I even tried several things in the style sheet which includebackground-repeat: no-repeatbackground-position: (all positions)background-attachment: fixed and scrollI tried these any many different combinations and couldnt get it to work if you have any suggestions that would be great thanksSpyder Quote Link to comment Share on other sites More sharing options...
AndyB Posted August 12, 2006 Share Posted August 12, 2006 Assuming you aren't using a mess of position:relative and position:absolute in your layout, there's no reason why something as simple as this wouldn't work:[code]<div id='banner'></div>[/code]And the CSS:[code]#banner { height:190px; /* adjust to suit */ margin:0; background-image:url(../images/mybanner.jpg); background-position: top left;}[/code] Quote Link to comment Share on other sites More sharing options...
spider1649 Posted August 12, 2006 Author Share Posted August 12, 2006 I assume you know about e107 I am using that and it looks somewhat like this .x1lorep{ background-repeat: repeat-x; width: 100%; background-image: url(images/Background/86banner.jpg); font-size: 20px; color: #B0C4DE; Quote Link to comment Share on other sites More sharing options...
AndyB Posted August 12, 2006 Share Posted August 12, 2006 And - now that we know you're using a third party script - what does it suggest on their forum as the solution to your problem? Quote Link to comment Share on other sites More sharing options...
spider1649 Posted August 12, 2006 Author Share Posted August 12, 2006 I tried to post on there forums but no one got back to me and the search has brought me to you guys Quote Link to comment Share on other sites More sharing options...
AndyB Posted August 12, 2006 Share Posted August 12, 2006 Let's have a link to the site/page where you have the problem. Quote Link to comment Share on other sites More sharing options...
spider1649 Posted August 12, 2006 Author Share Posted August 12, 2006 the86th.com 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.