View Single Post
Old 01-05-2008, 09:05   #7 (permalink)
mathias
Refrigerated User
 
mathias's Avatar
 
Join Date: Mar 2006
Location: Central US
Posts: 163
@cgl: The graphic is a transparent png that sits on top of everything. I could probably re-structure it a little and use all flat graphics, not layered, but I need to figure these types of things out. I've been attempting to code my own pages now for less than two weeks, I have a heck of a lot to figure out. I'm already on the brink of going postal on the W3C, or maybe just IE's dev team, whoever crosses my path first.

Well, after developing the page further I've had to resort to moving the <img> tag for the transparent icons to almost the top of the code under the main content div and use absolute positioning, giving it like a top: 440px, with a higher z-index, a ridiculous solution. Until I did that though, FF and IE were placing it on the page differently.
But what really forced me into doing that was more complications caused by having 3 nested divs now inside the div it used to be in to accomplish vertically centered text.

Last edited by mathias : 04-05-2008 at 01:33.
  Reply With Quote