User Profile

Collapse

Profile Sidebar

Collapse
jautrus
jautrus
Last Activity: Oct 22 '06, 10:01 AM
Joined: Sep 10 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • jautrus
    started a topic Please someone solve my problem

    Please someone solve my problem

    I would like to have div tag over list box, not list box over div tag.
    I have this problem on many pages usually when I use drop down menus.
    I try to solve this problem with z-index but it doesn't work.
    Have anybody some idea?

    Problem only with IE .... like always :/

    Here is the simple example:

    <html>
    <head>
    </HEAD>
    <BODY>
    <SELECT...
    See more | Go to post

  • jautrus
    started a topic problem: List/menu gets to top on fixed div

    problem: List/menu gets to top on fixed div

    in the web site i'm using fixed div layer which can be moved in the page...
    while draging on List/menu he apears on it... he dont go under... Z-index does't work... Problem apears only with IE...



    list style:

    .list {
    margin: 0px;
    padding: 0px;
    z-index:1000;
    font-family:Arial;
    font-size:11px;
    border: 1px solid #ffffff;
    }

    THANX....
    See more | Go to post

  • jautrus
    started a topic Need Help!

    Need Help!

    Hi, i have one big headache...

    I need to display a DIV (400px by 300px) in EXACT center (vertical and horizontal) of the browser window in response of some events. It’s not very hard to do this by making the DIV position absolute and calculating and setting its left and top values. Problem arises when user scrolls the page and then DIV is displayed. Now DIV does not account for the scroll.

    What I need is a solution...
    See more | Go to post
No activity results to display
Show More
Working...