css - Div positioned absolute not showing up in firefox -


i have div (#socmed) ul containing li's have positioned @ top right of page. can find div inside header tag. these social media buttons way.

http://digilabs.be/tutu/collection.php

as can see, shows in chrome , safari (haven't tested in ie yet).

i have tried changing z-index, because felt got overlapped parent div, colored pink. didn't seem work. have no idea do.

thanks in advance help.

in main.css:line 73

add width <li> item.

#socmed li {     list-style: none outside none;     margin-top: 5px;     width: 25px; /* add width..! */ } 

this seems fix problem.

your outer #socmed div has width: 25px, <li> within not, , default larger 25px specified on #socmed, not display.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -