html - Issues with text / links within <div> -
i've been looking around , can't seem find same issue on here.
i'm rather new css3, , i'm not sure what's up, text , links aren't working , can't highlight text. here's example: http://503rephotography.com/_temp/test1.html
and i'm in process of doing rest correctly - right there lot of workarounds using old html position images, etc., i'll fix of later! :)
if has ideas or tips, appreciate insight. in advance!
trevor
the z-index keeping text below other items on webpage.
if change z-index, example, of menu in main.css 1 should able highlight , click links.
div.menu { font-family: capsuularegular; color:#fff; line-height:54px; width:22%; height:100%; padding:0px; border:none; border:0; margin:0px; background: transparent url('55.png'); font-size: 2.25em; style=display:block; position:fixed; left:70px; top:0; bottom:0; z-index:1; }
Comments
Post a Comment