runnerjp Posted February 22, 2007 Share Posted February 22, 2007 } #background { width: 100%; height: 100%; background:url(http://www.runnerselite.com/images/linedown.jpg); background-repeat: repeat-y; background-position:fixed; left: 25%; top: 30%; } ok my image is repeating but i cant seem to position it on the page how comes?? Link to comment https://forums.phpfreaks.com/topic/39618-css-layout/ Share on other sites More sharing options...
lando Posted February 22, 2007 Share Posted February 22, 2007 In the past, when I have been repeating an image I have had issues getting it to position based on the way it is repeating. Maybe someone can confirm that this is a limitation... My understanding from that situation is that you can't give a position on an image your are tiling. You can only use top/center/bottom and left/center/right to position it, and that only states where to start the tiling. Link to comment https://forums.phpfreaks.com/topic/39618-css-layout/#findComment-191352 Share on other sites More sharing options...
runnerjp Posted February 22, 2007 Author Share Posted February 22, 2007 i did it...had to get rid off background Link to comment https://forums.phpfreaks.com/topic/39618-css-layout/#findComment-191381 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.