dipp02 Posted May 6, 2011 Share Posted May 6, 2011 Hello. i have a layout and i am having too many thoughts going through my head on how to make this bg on this layout here: http://classic-threads.com/ to go across the whole page. can someone please help? i have it in a PSD format so i can get to the layers. this is driving me crazyyy. Link to comment https://forums.phpfreaks.com/topic/235667-help-with-background/ Share on other sites More sharing options...
dipp02 Posted May 6, 2011 Author Share Posted May 6, 2011 i was thinking of doing four divs. the sides (left and right). middle and bottom..... any other ideas? Link to comment https://forums.phpfreaks.com/topic/235667-help-with-background/#findComment-1211286 Share on other sites More sharing options...
cssfreakie Posted May 6, 2011 Share Posted May 6, 2011 you need 1 wrapper div, a left and a right one and a footer div. as far as coding if you want someone else to make this put it in the freelance forum. I bet there are people here that are able to do make that Link to comment https://forums.phpfreaks.com/topic/235667-help-with-background/#findComment-1211408 Share on other sites More sharing options...
diptiranjan Posted May 6, 2011 Share Posted May 6, 2011 cssfreakie is correct follow him . Link to comment https://forums.phpfreaks.com/topic/235667-help-with-background/#findComment-1211571 Share on other sites More sharing options...
dipp02 Posted May 7, 2011 Author Share Posted May 7, 2011 i can do that. i was trying to think of the easiest way. repeat the left n right? Link to comment https://forums.phpfreaks.com/topic/235667-help-with-background/#findComment-1211751 Share on other sites More sharing options...
dipp02 Posted May 23, 2011 Author Share Posted May 23, 2011 I am having problems with the css. should i use floats? or absolute position? i tried both ways and having problems. i cannot get this to even work <div style="background-image: url('bot.png'); background-repeat: repeat;"> nothing shows up unless i give it a width or height but then it repeats only to that width/height. any ideas? thanks in advance. Link to comment https://forums.phpfreaks.com/topic/235667-help-with-background/#findComment-1219244 Share on other sites More sharing options...
cssfreakie Posted May 24, 2011 Share Posted May 24, 2011 should i use floats? or absolute position? i tried both ways and having problems. you can use both, although positioning absolute is a little more tricky since the element is taken out of the normal flow. But it seems you didn't read the manual on this point so i recommend you do that. A nice tutorial to on floats is the floatutorial. most grids systems just use float, and in fact for most designs float is good enough. I am having problems with the css. If you have troubles with code post the complete code or link to an on line example. nothing shows up unless i give it a width or height but then it repeats only to that width/height. any ideas? that's what div's do, have a look in the manual. Link to comment https://forums.phpfreaks.com/topic/235667-help-with-background/#findComment-1219562 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.