-
AuthorPosts
-
November 26, 2012 at 1:06 pm #182594
Hello,
I use module with title. But for the german language, i need ß instead of ss.( ß -> ß)
Bur when I write ß in the title , it gives me ss back.How can I solve it?
Thanks for your help
Philippe- pixelzombie Friend
pixelzombie
- Join date:
- August 2010
- Posts:
- 339
- Downloads:
- 2
- Uploads:
- 49
- Thanks:
- 32
- Thanked:
- 168 times in 107 posts
November 28, 2012 at 12:19 am #474467Hey phillingbb,
this forum has problems with ß in the url too 😉 I had to remove “ß” from the post-title.
The “problem” you have, isn’t really one. It’s german grammar. If you uppercase a “ß”, it becomes SS because there’s no capital ß. You can see it in the source code, an ß is in there, but the font will make it SS.
To avoid it, do not display the Module Headings in uppercase:
div.ja-moduletable h3, div.moduletable h3 {
color: #FE9700
font-family: Helvetica, Arial, sans-serif;
font-size: 16px;
margin: 0;
padding: 13px 15px;
text-transform: uppercase;
font-weight: 900;
text-shadow: 0 1px 1px #DDE0E0
border-bottom-width: 6px;
border-bottom-style: solid;
border-bottom-color: #eee
text-align: center;
}
use
text-transform: none;
instead.
Cheers
Frank (from Germany) 😉
3 users say Thank You to pixelzombie for this useful post
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by philingbb 11 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum