Re: [css-d] Div Problems *whoops*

2007-11-22 Thread David Laakso
Hakan K wrote: I am not able to see any header, and menu css function on IE 6 #header { background:#fff url(images/valtour_top.png) no-repeat; height:250px; RE: http://www.valdostatourism.com/newsitetest.html Good points. The image is not on the server. Scripting is needed to make the

Re: [css-d] Div Problems *whoops*

2007-11-21 Thread Hakan K
I am not able to see any header, and menu css function on IE 6 #header { background:#fff url(images/valtour_top.png) no-repeat; height:250px; Hakan http://primoris.com On 11/20/07, David Laakso [EMAIL PROTECTED] wrote: David Laakso wrote: Alan_Akhlah wrote: I am having problems

[css-d] Div Problems

2007-11-20 Thread Alan_Akhlah
I am having problems with a new page that I am designing. http://www.valdostatourism.com/newsitetest.html Two things are going wrong with it. 1) The navigation drop down section should be flush with the top of the masthead image - in FF and IE there is a big gap 2) The main content goes under

Re: [css-d] Div Problems

2007-11-20 Thread David Laakso
Alan_Akhlah wrote: I am having problems with a new page that I am designing. http://www.valdostatourism.com/newsitetest.html Two things are going wrong with it. 1) The navigation drop down section should be flush with the top of the masthead image - in FF and IE there is a big gap 2) The

Re: [css-d] Div Problems *whoops*

2007-11-20 Thread David Laakso
David Laakso wrote: Alan_Akhlah wrote: I am having problems with a new page that I am designing. http://www.valdostatourism.com/newsitetest.html Al Dunbar #menu { border: 1px solid fuchsia; float: left; !--- :: add :: margin:/*50px*/0 0 100px 15px; --- :: amend :: } #footer {

[css-d] div problems

2005-10-30 Thread meeester kode
I cant seem to get div to work while trying to use absolute positioning. Im readin two css books right now core css and css web design for dummies and both have code snippets for this and it doesnt work right for me in firefox or ie6! wtf is going on? TIA, mrk0de

Re: [css-d] div problems

2005-10-30 Thread Jim Davis
Hard to tell without some code to look at. Be sure the containing div is not static. The containing div should include something like: {...position: relative...} for example. Jim On 10/30/05, meeester kode [EMAIL PROTECTED] wrote: I cant seem to get div to work while trying to use absolute

[css-d] div problems on ie mac

2005-06-24 Thread wayne
Hi I am having trouble with divs again, I cant submit a link to the site as I have signed an ND contract. Basically, I have some divs set-up: div id=footer div id=footer_left/div div id=footer_right/div /div The left div is floated left, and the right, right. The widths don't

Re: [css-d] div problems on ie mac

2005-06-24 Thread Philippe Wittenbergh
On 24 Jun 2005, at 8:47 pm, wayne wrote: I am having trouble with divs again, I cant submit a link to the site as I have signed an ND contract. Basically, I have some divs set-up: div id=footer div id=footer_left/div div id=footer_right/div /div The left div is floated left,