Jump to content

Recommended Posts

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

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

  • 3 weeks later...

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.

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.

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.