I've been using ways with CSS to position the divs I have on my page to have the same result on different browsers. Tried overflow, position, display, ..nothing.
Any suggestions to have my content to load as coded? It worked perfectly in Firefox 3.6.3, my screen resolution is 1440x900.
So, I was also wondering, what can I use to solve screen resolution issues?
Question
hghar33b
I've been using ways with CSS to position the divs I have on my page to have the same result on different browsers. Tried overflow, position, display, ..nothing.
Any suggestions to have my content to load as coded? It worked perfectly in Firefox 3.6.3, my screen resolution is 1440x900.
So, I was also wondering, what can I use to solve screen resolution issues?
Many thanks in advance. :)
UPDATE: This is how it's supposed to look: http://cl.ly/wao
Here's my code:
CSS:
div.trailer{ font-family: "Helvetica", "Lucida Grande", "Arial", "sans-serif"; font-size: 11px; color: white; margin-top: 20px; margin-left: -450px; } div.trailer2{ position: absolute; font-family: "Helvetica", "Lucida Grande", "Arial", "sans-serif"; font-size: 11px; color: white; margin-top: -218px; margin-left: 750px; }Link to comment
Share on other sites
8 answers to this question
Recommended Posts