
January 3rd, 2013, 02:30 AM
|
|
Registered User
|
|
Join Date: Jan 2013
Posts: 1
Time spent in forums: 24 m 45 sec
Reputation Power: 0
|
|
Quote: | Originally Posted by to1185 Hello,
First of all, here's the website in question:
taradox.net/test/mission.html
I'm trying to do 2 things: create a 20 px margin on the top between the header image and the edge of the site, and make the text line up with the navigation.
The CSS for the header is:
#header {position: absolute; top: 20px; left: 152px; z-index: 3;}
I'm using Dreamweaver, and it shows up perfectly when I preview it, but when I try to upload the stylesheet none of my changes show up. To make sure the upload was successful, I tried downloading the file and everything appears as it should.
I can't figure out whether this is a silly problem with my code that I'm overlooking or an issue with the upload. Any suggestions? All your input and expertise is very much appreciated.
Thanks
Tara | try this..
<div id="header" style="margin-top:20px;">..
and i am not getting 2 problem please describe more...
|