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 Link to comment https://forums.phpfreaks.com/topic/17352-need-help-with-a-banner-situation/ 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] Link to comment https://forums.phpfreaks.com/topic/17352-need-help-with-a-banner-situation/#findComment-73797 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; Link to comment https://forums.phpfreaks.com/topic/17352-need-help-with-a-banner-situation/#findComment-73801 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? Link to comment https://forums.phpfreaks.com/topic/17352-need-help-with-a-banner-situation/#findComment-73803 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 Link to comment https://forums.phpfreaks.com/topic/17352-need-help-with-a-banner-situation/#findComment-73805 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. Link to comment https://forums.phpfreaks.com/topic/17352-need-help-with-a-banner-situation/#findComment-73875 Share on other sites More sharing options...
spider1649 Posted August 12, 2006 Author Share Posted August 12, 2006 the86th.com Link to comment https://forums.phpfreaks.com/topic/17352-need-help-with-a-banner-situation/#findComment-73878 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.