txt 11 notes
Nov 29th / Monday / '10

gems from webdev forums

while searching for more info on a firefox/safari discrepancy, i found this great bit of wisdom. a lone CSS neophyte asks:

Hello
I have two div, and I want one of them is always on top.

Correctly work in all browser but Chrome and Safari does not work.

how to fixed it?

thank god raju was there to grant all of us his wisdom:

HI,
z-index works in chrome.
try along with, position:relative;
if it not solves,
post ur code.
or try experimenting.

in sum: if it not solves, try experimenting.

  1. inky said: “At that moment, the student was [under the illusion of being] enlightened.”
  2. oneafter909 said: “a lone CSS neophyte asks..” i dont know why but that made me laugh
  3. nikography posted this