Author Topic: Table Help  (Read 237 times)

Bojmaliev

  • Regular Member
  • **
  • Posts: 56
  • Karma: -1
    • View Profile
Table Help
« on: May 31, 2012, 08:13:24 AM »
Hello im beginer of css and php, and today i want ask something.
My page looks like this :
http://i45.tinypic.com/5xob3k.jpg

But when i move my mouse to my menu, it looks like this

http://i46.tinypic.com/2a4pbo6.jpg

You see?
Its table, now im using border just to try it
How i can make this,?  i want when menu goes down, my slider and other content to stay on the same place ;)

Thanks, Sorry for bad english

Ojoshiro

  • Technocentror
  • Senior Member
  • ****
  • Posts: 150
  • Karma: 4
  • That is not dead which can eternal loop...
    • View Profile
Re: Table Help
« Reply #1 on: May 31, 2012, 10:52:02 AM »
The only thing I can think of is to position the menu absolute and to set z-indexes right.
I'm no CSS-wizard though.

Good luck,
O.
T.A.N.S.T.A.A.F.L.
_______________________________/

richei

  • Expert PHP Helper
  • Senior Member
  • *****
  • Posts: 1141
  • Karma: 23
    • View Profile
Re: Table Help
« Reply #2 on: May 31, 2012, 10:53:57 AM »
This isn't a php issue.  The sliders are going to put anything below it down to make room for the expanded content.  If you want that picture to stay on the top, then you need to tell that cell to verticle-align to the top.

Bojmaliev

  • Regular Member
  • **
  • Posts: 56
  • Karma: -1
    • View Profile
Re: Table Help
« Reply #3 on: May 31, 2012, 11:48:33 AM »
Not working again :/

Bojmaliev

  • Regular Member
  • **
  • Posts: 56
  • Karma: -1
    • View Profile
Re: Table Help
« Reply #4 on: May 31, 2012, 11:55:10 AM »
ok , it wok now with vertical align top, thanks, you can close this topic :) thanks