HighDots Forums  

Div Doesn't Stay in place

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Div Doesn't Stay in place in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Mack879w
 
Posts: n/a

Default Div Doesn't Stay in place - 11-02-2005 , 06:53 PM






On my page I have a navigation div on the left. (Blue border) to the right of
that is a repeating region div that obviously is pulling data from a database.

In design view it shows up ok, but not once I publish to the web. I tried
playing with the floats for both divs but nothing worked. Any ideas?

There is a link on the page to my css.

http://www.kassopolis.com/mboard/mboard.asp


Reply With Quote
  #2  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: Div Doesn't Stay in place - 11-02-2005 , 08:12 PM






What is the problem?

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"Mack879w" <kassab.j (AT) deptford (DOT) k12.nj.us> wrote

Quote:
On my page I have a navigation div on the left. (Blue border) to the right
of
that is a repeating region div that obviously is pulling data from a
database.

In design view it shows up ok, but not once I publish to the web. I tried
playing with the floats for both divs but nothing worked. Any ideas?

There is a link on the page to my css.

http://www.kassopolis.com/mboard/mboard.asp




Reply With Quote
  #3  
Old   
Mack879w
 
Posts: n/a

Default Re: Div Doesn't Stay in place - 11-02-2005 , 08:37 PM



The blue nav box is down by the 3rd entry when viewed in IE. At least on my
computer. It's not happening for you? In firefox it looks more like it
should, though the globe is supposed to be below the last entry..


Reply With Quote
  #4  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: Div Doesn't Stay in place - 11-03-2005 , 11:28 AM



Where do you want it? At the top? then you would have to either float it
into place, or move it so that its code comes before the other divs, for
example -

<div id="mainNav"><img src="/MBoard/images/logo_Mboard.gif" width="310"
height="70" class="floatright" /><a href="../index.html">Home</a><br />
<a href="../MBoard.html">Message Board</a><br />
<a href="../photos.html">Photos</a><br />
<a href="Board.css">CSS</a></div>

<div id="subNav" style="float:left;">
<p><a href="PostMessage.asp">Post a Message</a><br />
Create Profile<br />
View Profiles </p>
</div>
<div id="mbcontent">
<div id="mbcontentheader">Jkassab<br />
12/12/2005<br />
6:00:00 PM<br />
</div>
<p>www.kassopolis.com</p>
</div>
<div id="mbcontent">
<div id="mbcontentheader">Skassab<br />
11/2/2005<br />
6:06:46 PM<br />
</div>
<p>Test Message</p>
</div>
<div id="mbcontent">
<div id="mbcontentheader">Gnichols<br />
11/2/2005<br />
6:06:51 PM<br />
</div>
<p>another test message</p>
</div>
</div>


--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"Mack879w" <kassab.j (AT) deptford (DOT) k12.nj.us> wrote

Quote:
The blue nav box is down by the 3rd entry when viewed in IE. At least on
my
computer. It's not happening for you? In firefox it looks more like it
should, though the globe is supposed to be below the last entry..




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.