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. 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 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
Archived
This topic is now archived and is closed to further replies.