Forum Moderators: mack
In dreamweaver, I have code for the header menu, footer, that is uneditable! How do i make it editable?
Also, layers sit on layers, looking all screwed up, but when I go to preview, it looks fine....why is this?
I have edited the content of the text and it exceeded the old layer. Now I want to move the footer layer down.... Where/how do i do this?
Where do i find the 1, 2, 3 of using layers?
edit - forgot to say, when looked at in frontpage, the uneditable parts are editable.....wtf? But I can not move any text layers around like I could in dreamweaver.....
Thanks for ANY help!@!
[edited by: Bowdii at 5:44 pm (utc) on June 19, 2003]
I looked at the example (you might want to edit your URL out, it's against the TOS) and the example is tied to a Dreamweaver template. You can "disconnect" the template from the page (but any updates made to the template won't automatically update that page) To do this: Modify, Templates, Detach from Template - then you'll be able to edit those areas. Frontpage doesn't read Dreamweaver's template markup, so ignored it.
Hope this helps.
LisaB
LisaB
<div id="bottom" style="position:absolute; bottom:0px; width:779; height:25; z-index:1"><img src="img/main/footerbar.gif" width="779" height="25"></div>
okay, now, how many different id's are there? do they have a set standard with the name?
style: what does position:abolute mean?
z-index: ? wth is that?
THanks@!
okay, now, how many different id's are there? do they have a set standard with the name?style: what does position:abolute mean?
z-index:? wth is that?
You've got several divs in that page. Look at the id=
position:absolute: how the div is positioned - see below for more on positioning...
z-index: has to do with the stack order of the elements - what is on top or displayed in front of what - which is why some of the text is hidden behind the top nav...
Try these out:
CSS Forum:
[webmasterworld.com...]
CSS Crash Course: [webmasterworld.com...]
click site search in the top nav: you can learn anything about web design, css, you can imagine, on this forum.
Dig in - you're in for some fun.
LisaB