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:

Weatherz
  • Rising Star
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
#2. Posted:
Act
  • TTG Addict
Status: Offline
Joined: May 06, 201014Year Member
Posts: 2,385
Reputation Power: 156
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
#3. Posted:
Weatherz
  • Rising Star
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...
#4. Posted:
-Sexy-
  • Challenger
Status: Offline
Joined: Mar 06, 201014Year Member
Posts: 127
Reputation Power: 9
Status: Offline
Joined: Mar 06, 201014Year Member
Posts: 127
Reputation Power: 9
Weatherz wrote
-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...
Ya use photoshop and resize
#5. Posted:
ZeeGeeUK
  • TTG Destroyer
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.
#6. Posted:
Karl-Pilkington
  • TTG Senior
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
here you go

[ Register or Signin to view external links. ] . ly/mKYewb


(remove spaces)
#7. Posted:
Imp
  • Retired Staff
Status: Offline
Joined: Jan 01, 201113Year Member
Posts: 1,957
Reputation Power: 401
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 ]
#8. Posted:
Weatherz
  • Rising Star
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
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.