Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS css problem

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #29091
    dsap
    Member

    well i have a question how can i centered the backgound image because i want it like in your web site that i s in the center and not jus in the lef or the right

    [img]http://i47.tinypic.com/14ieiqx.jpg[/img]

    #76045
    virtual
    Participant

    We can sure help you with the bits you are having difficulty with, but you need to help yourself first or if you want someone to do it for you then you’ll have to pay ;) Otherwise, look at Chris’ screencasts
    https://css-tricks.com/video-screencasts/

    or Google for psd to html tutorials

    #76367
    ChrisRadford
    Member

    To centre a background image:

    Code:
    background: url(imagename.xxx) no-repeat center top;

    of course if you don’t know how to get to this point in the css then I agree with Virtual.

    #76406
    dsap
    Member
    "ChrisRadford" wrote:
    To centre a background image:

    Code:
    background: url(imagename.xxx) no-repeat center top;

    of course if you don’t know how to get to this point in the css then I agree with Virtual.

    ok thanks for the code i’ll try it

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.