The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

rounding ranks css doesn't work anymore

3 posters

Go down

rounding ranks css doesn't work anymore Empty rounding ranks css doesn't work anymore

Post by UndeadMutation June 30th 2012, 8:34 pm

Hey, I was using this code:
Code:
img[src="http://i47.tinypic.com/2ij4760.png"] {
border-radius: 10px !important;
-webkit-border-radius: 10px !important;
-moz-border-radius: 10px !important;
}
for quite some time and it was working fine to round up my rank images but now, it just stoped working and I don't know why. I'm using phpBB3 and did not change anything...I need help/a new code that works!
avatar
UndeadMutation
New Member

Posts : 11
Reputation : 1
Language : English

Back to top Go down

rounding ranks css doesn't work anymore Empty Re: rounding ranks css doesn't work anymore

Post by runawayhorses June 30th 2012, 8:50 pm

I would suggest rounding the images themselves then re-uploading them. Bypass the code and make the images with rounded corners. That way no code is involved.
avatar
runawayhorses
Hyperactive

Male Posts : 2537
Reputation : 166
Language : English
Location : United States

http://runawayhorses.alldiscussion.net/

Back to top Go down

rounding ranks css doesn't work anymore Empty Re: rounding ranks css doesn't work anymore

Post by UndeadMutation June 30th 2012, 8:58 pm

Thanks but I'm looking for a code. I personnaly don't have much time to round them up one by one..
avatar
UndeadMutation
New Member

Posts : 11
Reputation : 1
Language : English

Back to top Go down

rounding ranks css doesn't work anymore Empty Re: rounding ranks css doesn't work anymore

Post by runawayhorses June 30th 2012, 9:00 pm

Did you change browsers by chance?
avatar
runawayhorses
Hyperactive

Male Posts : 2537
Reputation : 166
Language : English
Location : United States

http://runawayhorses.alldiscussion.net/

Back to top Go down

rounding ranks css doesn't work anymore Empty Re: rounding ranks css doesn't work anymore

Post by LGforum June 30th 2012, 11:02 pm

Your ranks have to match the URL in the CSS selector: https://2img.net/h/oi47.tinypic.com/2ij4760.png

You'd find it much easier just to use this code:
Code:

.postprofile dt + dd img {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
LGforum
LGforum
Hyperactive

Male Posts : 2265
Reputation : 264
Language : English
Location : UK

Back to top Go down

rounding ranks css doesn't work anymore Empty Re: rounding ranks css doesn't work anymore

Post by UndeadMutation July 4th 2012, 9:51 pm

lol yeah. I was using internet explorer. The code in my topic doesn't work for internet explorer..
avatar
UndeadMutation
New Member

Posts : 11
Reputation : 1
Language : English

Back to top Go down

rounding ranks css doesn't work anymore Empty Re: rounding ranks css doesn't work anymore

Post by LGforum July 4th 2012, 10:07 pm

It will appear not to work in IE because of this: http://www.avacweb.com/t294-allow-border-radius-in-ie9
LGforum
LGforum
Hyperactive

Male Posts : 2265
Reputation : 264
Language : English
Location : UK

Back to top Go down

rounding ranks css doesn't work anymore Empty Re: rounding ranks css doesn't work anymore

Post by runawayhorses July 5th 2012, 4:08 pm

UndeadMutation wrote:lol yeah. I was using internet explorer. The code in my topic doesn't work for internet explorer..
Yeah I thought Internet Explorer might be the reason. That browser is a constant disappointment. Unfortunately the majority of the population uses it.

If you would like to send me your rank images via PM I would be glad to round the corners for you.
avatar
runawayhorses
Hyperactive

Male Posts : 2537
Reputation : 166
Language : English
Location : United States

http://runawayhorses.alldiscussion.net/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum