web design stuff
sure, I don't much care for dreamweaver though... I use homesite mostly, and dreamweaver only when i have to modify someone else's crappy html (design view is great for that)
also, sometimes part of the client deliverable is to provide dreamweaver templates, so I will take my code into DW and save them as DWT
also, sometimes part of the client deliverable is to provide dreamweaver templates, so I will take my code into DW and save them as DWT
http://www.krmconsultants.com . I created this website. But the bottom banner doesnt always work for different screen size. I made the bottom banner "absolute bottom" on dreamweaver. I belive it doesnt work on screen 1280x1024 (it is still showing the back ground after the bottom banner).
i see a broken line in the shadow on the right
the header is positioned 10px from the top
the background repeats x (to the right of the grey)
the background repeats y (under the footer)
the header is positioned 10px from the top
the background repeats x (to the right of the grey)
the background repeats y (under the footer)
Broken line in the shadow on the right? I dont know what you mean.
How to do turn off the background to repeats x on DW?
How do I turn of the background to repeats y under the footer on DW?
How to do turn off the background to repeats x on DW?
How do I turn of the background to repeats y under the footer on DW?
i see a broken line in the shadow on the right
the header is positioned 10px from the top
the background repeats x (to the right of the grey)
the background repeats y (under the footer)
the header is positioned 10px from the top
the background repeats x (to the right of the grey)
the background repeats y (under the footer)
Originally Posted by schwettynuts
Broken line in the shadow on the right? I dont know what you mean.
How to do turn off the background to repeats x on DW?
How do I turn of the background to repeats y under the footer on DW?
How to do turn off the background to repeats x on DW?
How do I turn of the background to repeats y under the footer on DW?
change the line that says
background-image: url(bg.jpg);
background:#cecece url(bg.jpg) repeat-y;
tag.
10 px break? I dont see 10px break. The shadow is broken on top right because i made graphic of the shadow too look like there is a light from top left. So the shadow is projected to bottom right. I will try your code asap. I am so swamped at work right now.
Originally Posted by schwettynuts
10 px break? I dont see 10px break. The shadow is broken on top right because i made graphic of the shadow too look like there is a light from top left. So the shadow is projected to bottom right. I will try your code asap. I am so swamped at work right now.
robin, i had a bit of free time here at work, and took a look for you. the issue is one of browser compatibility rather than screen size.
here is a screenshot of what I see in firefox:
http://elyxr.com/cherrybox/krmConsultants_firefox.gif
(the colors in my image are off, I just saved it as a small file size - on the web it looks fine)
here is a screenshot of what I see in firefox:
http://elyxr.com/cherrybox/krmConsultants_firefox.gif
(the colors in my image are off, I just saved it as a small file size - on the web it looks fine)
here's the changes i would make:
save this file in the main web root folder as http://www.krmconsultants.com/krmConsult.css
on all pages, replace the code between <style></style> with: <link rel="stylesheet" href="krmConsult.css" type="text/css">
on all pages, replace the
tag holding the top banner, and the two image maps with <p class="layout">
on all pages, add <div id="container"> right after <body>
on all pages, add </div> right before</body>
page example here (this is just an example - the main background image will not appear, because I do not have your images on my server...I've commented the code, but you wouldn't want to copy it straight over because the css reference points to my server, not yours)
save this file in the main web root folder as http://www.krmconsultants.com/krmConsult.css
on all pages, replace the code between <style></style> with: <link rel="stylesheet" href="krmConsult.css" type="text/css">
on all pages, replace the
tag holding the top banner, and the two image maps with <p class="layout">
on all pages, add <div id="container"> right after <body>
on all pages, add </div> right before</body>
page example here (this is just an example - the main background image will not appear, because I do not have your images on my server...I've commented the code, but you wouldn't want to copy it straight over because the css reference points to my server, not yours)
What is css file? Thanks tony! I will work on it tonight! I owe you lunch! Lets go out and eat some REAL asian food! Maybe you can order the food in chinese for me.





