Not signed in (Sign In)

SkillShare - A place to discuss Web Standards and Web Design topics

Categories

Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorephi
    • CommentTimeFeb 21st 2006
     permalink
    I sent this yesterday to css-discuss but no answer yet, so I'm sending
    here for better response:

    If you see the layout in the following URL in FF, you'll see a red bordered search box on top right position.

    http://ephi.f2o.org/petra/html_index_petra_2.html

    However, it doesn't show up in IE 6 (I don't know about its predecessor). If I hide the positioning rule in the #cari it appears in IE. But, I need that rule. I tried using z-index, nothing happens either.

    Can you guys offer me a solution?

    thanks in advance.
    •  
      CommentAuthortsk
    • CommentTimeFeb 21st 2006
     permalink
    I don't have any experience with z-index so far so I can't say if it has any effect in correctly rendering under IE. But try switching the markup so that your form appears before your header. It might help.
    • CommentAuthorephi
    • CommentTimeFeb 22nd 2006
     permalink
    Can you elaborate wich mark up I should switch?
    •  
      CommentAuthortsk
    • CommentTimeFeb 22nd 2006 edited
     permalink
    I see you have your searchbox div positioned absolutely. Will moving that div just before your <div id="header"> do the trick ?

    Also as a tip:
    I often use a temporary background color (#ffeaea - pink stands out ) for certain divs to see how they align and where exactly are they if for some reason part of their content is hidden by another element. After correction have been made I remove the background color
    • CommentAuthorephi
    • CommentTimeFeb 23rd 2006
     permalink
    I tried to move it elsewhere. Apparently, moving it before the "menu" div solves the problem. After the "menu" div it will still invinsible.

    Even though this solves the problem, say, I want to stick with the previous markup, what is happening with IE when interpreting the CSS? Is this a bug?

    Anyways, I think the problem is solved but the curiosity still stays.

    PS: Background didn't show up in IE as I predicted ;-) I did an exravagant effort by setting the border to 100px as well and it still missing.

    thank you.
Add your comments
    Username Password
  • Format comments as (Help)