View Full Version : Earth theme glitch in IE6
rainforest1155
Feb-21-2006, 02:00 PM
When clicking on 'add comment' the textbox partly disappears under the last comment and the 'add comment' and 'cancel' buttons aren't visible at all.
Found this in John's gallery (http://carpelumen.smugmug.com/gallery/1211632/1/56683791/Medium) and he said he couldn't do anything about it as he's just a basic customer. Therefore I figured it's a general problem.
On his homepage the 'map this' button is partly behind the breadcrumb bar.
Sebastian
{JT}
Feb-21-2006, 03:40 PM
I fixed the comments problem (missing a few declarations), for some reason the #comment id was breaking with background-color: #000; not sure why - wacky IE. Anyway, this is Mike Lane's baby, so I am going to let him fix the rest; he should also look at the slideshow and add photo buttons in traditional, all thumbs views ;)
When clicking on 'add comment' the textbox partly disappears under the last comment and the 'add comment' and 'cancel' buttons aren't visible at all.
Found this in John's gallery (http://carpelumen.smugmug.com/gallery/1211632/1/56683791/Medium) and he said he couldn't do anything about it as he's just a basic customer. Therefore I figured it's a general problem.
On his homepage the 'map this' button is partly behind the breadcrumb bar.
Sebastian
Mike Lane
Feb-21-2006, 03:57 PM
I fixed the comments problem (missing a few declarations), for some reason the #comment id was breaking with background-color: #000; not sure why - wacky IE. Anyway, this is Mike Lane's baby, so I am going to let him fix the rest; he should also look at the slideshow and add photo buttons in traditional, all thumbs views ;)
* html img.map_this,
* html .play_slideshow,
* html .add_photos,
* html #altViews {position:relative;}
Whoopse, forgot to look at the buttons. Back in a few.
Okay I updated my entry for those.
rainforest1155
Feb-21-2006, 03:57 PM
I fixed the comments problem (missing a few declarations), for some reason the #comment id was breaking with background-color: #000; not sure why - wacky IE.
Nice and quick fix - comments in IE look good now. :thumb
Sebastian
{JT}
Feb-21-2006, 08:09 PM
Updated the theme with Mike's changes. All should be good. If someone could tell me why removing the background color for #comments fixed the problem, I would be a happy man.
Mike Lane
Feb-21-2006, 08:50 PM
Updated the theme with Mike's changes. All should be good. If someone could tell me why removing the background color for #comments fixed the problem, I would be a happy man.
No clue. However, using a holly hack (_height:1%) would also have fixed it I believe.
Verified that the holly hack fixes the issue. http://mikelane2.smugmug.com/gallery/858496/1/38662720/Medium
I put #comment {background:#000;} to test the issue and I saw what you meant. It gets all jacked up. Then I put #comment {#background:#000; _height:1%;} and everything is kosher.
rainforest1155
Feb-22-2006, 01:28 AM
Updated the theme with Mike's changes. All should be good. If someone could tell me why removing the background color for #comments fixed the problem, I would be a happy man.
Slideshow button is still partly behind breadcrumb in traditional, all thumbs and journal (see John's gallery from my first post) - haven't checked filmstrip though.
Sebastian
No clue. However, using a holly hack (_height:1%) would also have fixed it I believe.
Verified that the holly hack fixes the issue. http://mikelane2.smugmug.com/gallery/858496/1/38662720/Medium
I put #comment {background:#000;} to test the issue and I saw what you meant. It gets all jacked up. Then I put #comment {#background:#000; _height:1%;} and everything is kosher.
did you try #comment {background-color: #000;} to see what happens?
or even #000000; ?
stranger things have happened.
{JT}
Feb-22-2006, 06:05 AM
Yeah, that fixes it. Odd that the comments would work in all the other views EXCEPT single image though. Looks like slideshow button is still out of place though.
No clue. However, using a holly hack (_height:1%) would also have fixed it I believe.
Verified that the holly hack fixes the issue. http://mikelane2.smugmug.com/gallery/858496/1/38662720/Medium
I put #comment {background:#000;} to test the issue and I saw what you meant. It gets all jacked up. Then I put #comment {#background:#000; _height:1%;} and everything is kosher.
Mike Lane
Feb-22-2006, 06:30 AM
Looks like slideshow button is still out of place though.
* html img.map_this,
* html .play_slideshow,
* html .add_photos,
* html #altViews {position:relative;}
Did you add that to the CSS? I don't see it in there if you did. :dunno
Mike Lane
Feb-22-2006, 06:32 AM
Originally Posted by Mike Lane No clue. However, using a holly hack (_height:1%) would also have fixed it I believe.
Verified that the holly hack fixes the issue. http://mikelane2.smugmug.com/gallery...8662720/Medium (http://mikelane2.smugmug.com/gallery/858496/1/38662720/Medium)
I put #comment {background:#000;} to test the issue and I saw what you meant. It gets all jacked up. Then I put #comment {#background:#000; _height:1%;} and everything is kosher.
did you try #comment {background-color: #000;} to see what happens?
or even #000000; ?
stranger things have happened.
Um, yes, I tried it.
Um, yes, I tried it.
um, no.
you tried background: #000, not background-color: #000
not that it should make a difference but like i said, i've seen weirder things happen.
Mike Lane
Feb-22-2006, 08:02 AM
um, no.
you tried background: #000, not background-color: #000
not that it should make a difference but like i said, i've seen weirder things happen.
meh, anyhow, the holly hack fixed it.
{JT}
Feb-22-2006, 08:47 AM
Oops, everything should be fixed now. I added Mike's earlier fixes to the spoonman theme, they are now in the Earth theme :)
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.