Earth theme glitch in IE6

rainforest1155rainforest1155 Registered Users Posts: 4,566 Major grins
edited February 22, 2006 in SmugMug Support
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 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
Sebastian
SmugMug Support Hero

Comments

  • {JT}{JT} Registered Users Posts: 1,016 Major grins
    edited February 21, 2006
    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 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 LaneMike Lane Registered Users Posts: 7,106 Major grins
    edited February 21, 2006
    {JT} wrote:
    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.
    Y'all don't want to hear me, you just want to dance.

    http://photos.mikelanestudios.com/
  • rainforest1155rainforest1155 Registered Users Posts: 4,566 Major grins
    edited February 21, 2006
    {JT} wrote:
    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.gif

    Sebastian
    Sebastian
    SmugMug Support Hero
  • {JT}{JT} Registered Users Posts: 1,016 Major grins
    edited February 21, 2006
    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 LaneMike Lane Registered Users Posts: 7,106 Major grins
    edited February 21, 2006
    {JT} wrote:
    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.
    Y'all don't want to hear me, you just want to dance.

    http://photos.mikelanestudios.com/
  • rainforest1155rainforest1155 Registered Users Posts: 4,566 Major grins
    edited February 22, 2006
    {JT} wrote:
    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
    Sebastian
    SmugMug Support Hero
  • bwgbwg Registered Users, Retired Mod Posts: 2,119 SmugMug Employee
    edited February 22, 2006
    Mike Lane wrote:
    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.
    Pedal faster
  • {JT}{JT} Registered Users Posts: 1,016 Major grins
    edited February 22, 2006
    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.
    Mike Lane wrote:
    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 LaneMike Lane Registered Users Posts: 7,106 Major grins
    edited February 22, 2006
    {JT} wrote:
    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. ne_nau.gif
    Y'all don't want to hear me, you just want to dance.

    http://photos.mikelanestudios.com/
  • Mike LaneMike Lane Registered Users Posts: 7,106 Major grins
    edited February 22, 2006
    bigwebguy wrote:
    Mike Lane wrote:
    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

    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.
    Y'all don't want to hear me, you just want to dance.

    http://photos.mikelanestudios.com/
  • bwgbwg Registered Users, Retired Mod Posts: 2,119 SmugMug Employee
    edited February 22, 2006
    Mike Lane wrote:
    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.
    Pedal faster
  • Mike LaneMike Lane Registered Users Posts: 7,106 Major grins
    edited February 22, 2006
    bigwebguy wrote:
    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.
    Y'all don't want to hear me, you just want to dance.

    http://photos.mikelanestudios.com/
  • {JT}{JT} Registered Users Posts: 1,016 Major grins
    edited February 22, 2006
    Oops, everything should be fixed now. I added Mike's earlier fixes to the spoonman theme, they are now in the Earth theme :)
Sign In or Register to comment.