Why does the logo image not stay to the left on my site, cheatabikes.com
My logo image appears fine in Safari, but in Firefox the logo moves away from the left edge. I have tried different things with the code but I can't seem to be able to figure it out ... is it float, is it clear, image version, something else? I placed the image logo in the Gallery Side div, css styles used below:
- gallerySide {
height: 433px; width: 299px; background-image: url(images/CheataHome_gallerySide.jpg); background-repeat: no-repeat; float: left; } .imagelogo { margin-top: -133px; position: absolute; margin-right: 652px; }
I appreciate any suggestions. Thank You!
선택된 해결법
it seems to work when the position: absolute attribute is removed...
문맥에 따라 이 답변을 읽어주세요 👍 1모든 댓글 (1)
선택된 해결법
it seems to work when the position: absolute attribute is removed...