Bizarre FF issue (works in IE7)
mhaft
Joined: 2008-07-23
Posts: 27 |
![]() |
Hi, I'm using a modified version of the Siriux theme (some sections of source and CSS are below, full copies available if requested. Strangely, FF and other browsers aren't displaying some of the album title info when the string is too long, IE wraps it and puts the word on the next line. Its gotta be a CSS thing but I'm stumped as to why this might happen. Any ideas? Mike Source example: </a> CSS example .gallery-album-thumb { .gallery-album-thumb img { .gallery-album-thumb a img { .gallery-album-thumb a:hover img { .gallery-album-thumb .meta { .gallery-album-thumb a { .gallery-album-thumb a:hover {
|
|
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
URL exhibiting the behavior? Dave |
|
mhaft
Joined: 2008-07-23
Posts: 27 |
![]() |
I'm pretty sure its a CSS issue to do with line-wraps in FF (which won't wrap them) and IE (which will), I've googled this issue and got nowhere. Let me know if you still want the URL to the gallery and I'll PM it to you. TIA Mike |
|
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
Sure fire me the URL. I don't have the theme you have. Dave |
|
mhaft
Joined: 2008-07-23
Posts: 27 |
![]() |
Actually I fixed it late yesterday. It was some strange inheritance issue in the CSS, I just marked up the template a little differently and re-wrote the CSS to get rid of the inherited problem. Thanks Mike |
|