Gutspiller Posted June 13, 2006 Share Posted June 13, 2006 I am currently using this code:[code]<BODY TEXT="#FFFFFF" bgcolor="#2A3A4A" style="background-position: center top; background-repeat: no-repeat; background-image: url(http://www.gamersgallery.com/images/main_menu_side_background.jpg)" bgproperties="fixed" LEFTMARGIN="0" TOPMARGIN="0" bottommargin=0 rightmargin=0 MARGINWIDTH="0" MARGINHEIGHT="0">[/code]The problem is that it only works in IE, but in FireFox it scrolls. Does anybody know what code I need so that it doesn't scroll in BOTH IE and FF?Thanks for any info you can give me. Quote Link to comment https://forums.phpfreaks.com/topic/11913-getting-background-not-to-scroll-in-both-ie-and-ff/ Share on other sites More sharing options...
AndyB Posted June 13, 2006 Share Posted June 13, 2006 use proper CSS - [a href=\"http://www.w3.org/TR/CSS21/colors.html#background-properties\" target=\"_blank\"]http://www.w3.org/TR/CSS21/colors.html#background-properties[/a]background-attachment: fixed Quote Link to comment https://forums.phpfreaks.com/topic/11913-getting-background-not-to-scroll-in-both-ie-and-ff/#findComment-45218 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.