Jump to content

Recommended Posts

First of all, this is about css,html in a website.

I have this image:

d233bb4b56601846236c36d9639356ed.png

As you can see, is the mark_0.tga located in folder mark ( serverfiles ) and if you see in the left u can see 2 numbers:

28.5

and

16

The numbers represent the row and colums.

I need resize the image or cut the image to show only the image into pixels:

28.5+16 and 16+12

Why 16 and 12? i think is the size of the logo. ( im not sure )

 

How can i do this?

Thanks, i hope you can understand me and sorry my english.

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
https://metin2.dev/topic/7702-small-problem-with-images/
Share on other sites

you can do it by css background position:

For the first image it willb be like this:

width: 16;
height: 12;
background-image: url(PATH) 0px 0px

For the Seonc image it will be:
width: 16;
height: 12;
background-image: url(PATH) -16px 0px

etc...

Greatzs

  • Love 1
Link to comment
https://metin2.dev/topic/7702-small-problem-with-images/#findComment-48272
Share on other sites

you can do it by css background position:

For the first image it willb be like this:

width: 16;
height: 12;
background-image: url(PATH) 0px 0px

For the Seonc image it will be:
width: 16;
height: 12;
background-image: url(PATH) -16px 0px

etc...

Greatzs

Thanks i will try it

Link to comment
https://metin2.dev/topic/7702-small-problem-with-images/#findComment-48273
Share on other sites

.test_guild -> CLASS
#test_guild -> ID

;)

Yes i forgot this xD

But now i only can see the firts image

 

if i put 0px 0px in the 

background-image: url(config/b_gremios/imagen.png) 0px 0px;

i cant see any image but if i delete the 0px 0px i can see the first image 

Solved i change background-image to background only and its working.

 

Thanks u soo much.

Link to comment
https://metin2.dev/topic/7702-small-problem-with-images/#findComment-48278
Share on other sites

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / 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.