Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

Why does the logo image not stay to the left on my site, cheatabikes.com

  • 1 trả lời
  • 1 gặp vấn đề này
  • 9 lượt xem
  • Trả lời mới nhất được viết bởi philipp

more options

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:

  1. 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!

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!

Giải pháp được chọn

it seems to work when the position: absolute attribute is removed...

Đọc câu trả lời này trong ngữ cảnh 👍 1

Tất cả các câu trả lời (1)

more options

Giải pháp được chọn

it seems to work when the position: absolute attribute is removed...