-
AuthorPosts
-
June 20, 2010 at 10:54 pm #151930
Hello,
I’ve found that bullet is displayed in a strange way in IE7 if list item has more that one line — it is centered vertically. Please see attached pic.
I’ll appreciate any suggestions on how to fix this behaviour.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 22, 2010 at 4:50 am #347677Dear AnnaT!
Can you pls give me the link to your site
Thanks
June 22, 2010 at 8:40 pm #347754Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 24, 2010 at 7:25 am #347917Dear Annat!
Pls open the file: templates/ja_opal/css/template_blue.css and find the following codes:
ul.latestnews li a, ul.mostread li a {
background: url(../images/bullet.gif) no-repeat left center;
padding-left: 10px;
color: #0000FF;
}replace:
ul.latestnews li a, ul.mostread li a {
background: none!important;
padding-left: 10px;
color: #0000FF;
}June 25, 2010 at 9:41 am #348079<em>@tienhc 183924 wrote:</em><blockquote>Dear Annat!
Pls open the file: templates/ja_opal/css/template_blue.css and find the following codes:
]</blockquote>Thanks, for reply, but it doesn’t work – bullets simply disappeared. It’s not that result I expected. Any other solutions please?
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
June 28, 2010 at 10:43 am #348301Dear anant,
You can try to replace
ul.latestnews li a, ul.mostread li a {
background: url(../images/bullet.gif) no-repeat left center;
padding-left: 10px;
color: #0000FF;
}
To
ul.latestnews li a, ul.mostread li a {
background: url(../images/bullet.gif) no-repeat left center;
padding-left: 10px;
color: #0000FF;
zoom:1;}
I hope it help solved the issue on IE !AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 3 voices, and was last updated by Sherlock 14 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Bullets are displayed incorrectly in IE7 for multiline list items
Viewing 6 posts - 1 through 6 (of 6 total)