Jump to content

ivar

Members
  • Posts

    4
  • Joined

  • Last visited

ivar's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Hello!I have a problem with my website and IE. The layout renders correct in Firefox, Safari, Opera and Camino. Only buggy in IE.I want to align the image with the top of the thumbnails. I have tried "margin-top", but it counts from the last element (thumbnails) which is a variable. The amount of thumbnails changes. I have also tried z-index, with no good IE result.HTML and CSS are validated.Edit:Nothing looks as it should now.This defines the image position: #hovedbilde {float:right;height:600px;width:550px;top:0px;margin-right:0px;} This defines the image text: #bilde-beskrivelse {float:left;margin-top:-390px;margin-bottom: 6px;margin-left:0px;margin-right:600px;padding-top: 6px;padding-left: 0px;padding-bottom: 5px;color:#665544;width:230px;font-size: 8pt;text-align:left;} Temporary site location.The only categories with images are "mennesker" and "natur". Need to sort out the menu before i upload all the pictures.Regards,Ivar Kvaal
  2. I figured it out myself :-)
  3. Hello!I'm trying to make my website look the same in every browser. I guess this is a common problem. My website looks the right way in firefox, camino, safari and shiira but something happens in opera.I want a 6px gap between the two menus. And I want the page to look the same in every resolution and in every browser on win/mac (as far as posible).My website is located here: http://pegs.no/ivar/The relevant css is located here: http://pegs.no/ivar/style.cssThis might be a font problem. This is my font definition: font-family: "Lucida Grande", Verdana, "Bitstream Vera Sans", Geneva, sans-serif;This is the relevant menu code: #meny { height:16px; top:56px; position:static; text-transform:uppercase; text-align:left; font-size: 8pt; color: #665544; border-color: #766554; width:616px; padding:3px; background:#fdfaf7; border:5px solid #ecebea; border:1px solid #dcdbca;}#linker { height:16px;/* overflow:visible; *//* position:absolute; */ float:right; margin-top:-24px; padding:3px; display:inline; text-transform:uppercase; text-align:center; font-size: 8pt; margin-left:632px; color:#654; width:160px; background:#fdfaf7; border:5px solid #ecebea; border:1px solid #dcdbca;} Is there anyone who could help me out? Thanks in advance!
×
×
  • Create New...