Has anyone else come across this?
In the site I’m designing I am having issues with some absolutely positioned elements. In Safari everything shows up as expected, but in Chrome some of them are not. The only ‘fix’ I have worked out is specifying the width, but it isn’t necessary in all instances.
Is this just me not knowing enough web info background? Or is there more to it?
(BTW heres a screen cap of it: https://www.dropbox.com/s/5ikk5ybssrhvuxs/a-p.mov?dl=0
As I said before adding the size doesn’t’ affect how the site looks in Safari.)
the image doesn’t have dimensions – true, but the container does. if the container doesn’t have dimensions vanishes… (but Safari doesn’t care. is this something to do with how the browsers behave?)
YEEES! I was having the exact same issue. I added div 1, set to relative. Added 3 divs, with different colors. On 1st div, set to absolute, to cover. On 2nd, when adding absolute everything fell apart in the parent block, it all just went haywire. I thought it was me, but I guess I’m not crazy. Could’ve been a intermittent glitch.