You are viewing our Forum Archives. To view or take place in current topics click here.
Anyone Know How to change the size of this? +100 Rep
Posted:
Anyone Know How to change the size of this? +100 RepPosted:
Status: Offline
Joined: Apr 03, 201014Year Member
Posts: 794
Reputation Power: 69
Status: Offline
Joined: Apr 03, 201014Year Member
Posts: 794
Reputation Power: 69
Hey everyone, the background on my site is way to small, but I'm not sure how to edit it. Its CSS not HTML. Here is the code.
body {
background: #F7F7F7 url( [ Register or Signin to view external links. ] oremodding.com/images/sitebg1.png) no-repeat top center;
background-attachment: fixed;
color: #49505a;
font-size:12px;
font-family: 'Segoe UI', Arial, Sans-Serif;
position: relative;
}
If someone can tell me how to edit the size I will +100 rep you. Thanks
kbai
~Weatherz
body {
background: #F7F7F7 url( [ Register or Signin to view external links. ] oremodding.com/images/sitebg1.png) no-repeat top center;
background-attachment: fixed;
color: #49505a;
font-size:12px;
font-family: 'Segoe UI', Arial, Sans-Serif;
position: relative;
}
If someone can tell me how to edit the size I will +100 rep you. Thanks
kbai
~Weatherz
#2. Posted:
Status: Offline
Joined: May 06, 201014Year Member
Posts: 2,385
Reputation Power: 156
not sure if this will work because i can't code CSS but try changing
background-attachment: fixed;
to
background-attachment: full;
See if that does anything for you
background-attachment: fixed;
to
background-attachment: full;
See if that does anything for you
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Apr 03, 201014Year Member
Posts: 794
Reputation Power: 69
Status: Offline
Joined: Apr 03, 201014Year Member
Posts: 794
Reputation Power: 69
-fall- wrote not sure if this will work because i can't code CSS but try changing
background-attachment: fixed;
to
background-attachment: full;
See if that does anything for you
Is there a way to edit the dimensions of the png itself? I have the dimensions I need...
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Mar 06, 201014Year Member
Posts: 127
Reputation Power: 9
Weatherz wroteYa use photoshop and resize-fall- wrote not sure if this will work because i can't code CSS but try changing
background-attachment: fixed;
to
background-attachment: full;
See if that does anything for you
Is there a way to edit the dimensions of the png itself? I have the dimensions I need...
- 0useful
- 0not useful
#5. Posted:
Status: Offline
Joined: Feb 17, 201014Year Member
Posts: 7,159
Reputation Power: 305
Status: Offline
Joined: Feb 17, 201014Year Member
Posts: 7,159
Reputation Power: 305
I don't have the correct dimensions for it. I'll get them now.
- 0useful
- 0not useful
#6. Posted:
Status: Offline
Joined: Apr 07, 201014Year Member
Posts: 1,626
Reputation Power: 71
Status: Offline
Joined: Apr 07, 201014Year Member
Posts: 1,626
Reputation Power: 71
#7. Posted:
Status: Offline
Joined: Jan 01, 201113Year Member
Posts: 1,957
Reputation Power: 401
If you are using CSS 3 then use the background-size property
Heres the syntax
background-size: [ [ <length> | <percentage> | auto ]{1,2} || round ]
Heres the syntax
background-size: [ [ <length> | <percentage> | auto ]{1,2} || round ]
- 0useful
- 0not useful
#8. Posted:
Status: Offline
Joined: Apr 03, 201014Year Member
Posts: 794
Reputation Power: 69
Status: Offline
Joined: Apr 03, 201014Year Member
Posts: 794
Reputation Power: 69
-ZeeGeeUK- wrote I don't have the correct dimensions for it. I'll get them now.
The demensions I need are 1420x1900. I don't have photoshop
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.