Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
pgoepfer #1
CSS positioning navigational panel in the wrong spot
HI all,
I have a partion on my site that is not positioned where I want it. This is
what I want. I want to have the navigational panel vertical (which it is) and
have it positioned on the left side of the page. As of right now it is
positioned to the right of the last piece of data I have in a different CSS
area. Below is my CSS document
/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0px;
padding: 0px;
border: 0px;
}
body {
font:"Times New Roman", Times, serif;
margin: 0px;
padding: 0px;
background-color:#94602d;
}
#banner {
height:420px;
background:url(images/logo.jpg) no-repeat;
background-position: center;
}
#location {
height: 60px;
/*margin-left:245px;*/
background-position:center;
}
#location ul {
list-style:none;
margin-left:0px;
padding:0px;
}
#location li {
display:inline;
float:left;
margin-left:5px;
width:170px;
}
#leftcol {
float:left;
/*width:156px;*/
margin-top:60px;
margin-left:0px;
}
#content
{
margin-left:200px;
}
Thanks for the help
If anyone wants to know the way my page is layed out it is:
banner-location-leftcol-content
pgoepfer Guest
-
Combine Spry Tabbed Panel and Spry HTML Panel
I would like to maintain the presentation of the tabbed panel and utilize its ability to load content from a Spry Dataset, but I would also like to... -
dynamic component positioning in Panel
Ok, here is the problem description which I have been trying to solve out for couple of weeks. I have a static ViewStack component in Flex... -
CSS Div Positioning
Anybody know how to cause a DIV to be aligned to the bottom of the page? If you go to: http://www.tilaru.com/NewSite/index.php you'll see that my... -
Navigational Bug?
I've noticed that if a document created in Acrobat Professional 6 is given the document properties to open up initially (file/document... -
Navigational Buttons...
you couldn't have searched too long, but anyway... you just need the code on your stop button: movieClipName.stop(); and on your play button:...



Reply With Quote

