Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Design Lobby
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Web Design Lobby Forum for general web design issues not specific to scripting or graphics.

Sponsored Reviews   Improve your ranking, submit to directories   V7N Directory

Reply
 
LinkBack Thread Tools Display Modes
Old 09-19-2006, 06:16 PM   #1 (permalink)
Member
 
Join Date: 09-19-06
Location: Alaska
Posts: 45
iTrader: 0 / 0%
Latest Blog:
None

lajones3 is liked by many
Send a message via AIM to lajones3
Dreamweaver background images alignment

I've been working on this site
www.alaskaslastfrontier.com
Basically, they want the webpage to "take up the whole page" as opposed to being centered. How do I do this and take into consideration the different browser sizes and settings. I tried the background image and using .css to align right, but it did not work correctly in Firefox or Safari (only in IE).
So my work around was to use layers and build a "background image" with the text for the links on it. Then use an image map to activate the links. It works ok, but if you resize your browser, it can screw up the layout for the rest of the page.
It only becomes a readability program if you make your browser smaller. If you make it larger it justs stretches out the layout. I set the right alignment to 0 for the "background image" layer, so it would always "fill the screen" and keep the white space off of the right side.
Any help would be greatly appreciated. I've been teaching myself Dreamweaver and have a fair grasp on it.
Please help. Thanks again.
lajones3
lajones3 is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 09-19-2006, 06:56 PM   #2 (permalink)
Lebanese Princess
 
joecacia's Avatar
 
Join Date: 05-09-06
Location: USA, CT
Posts: 3,961
iTrader: 0 / 0%
Latest Blog:
None

joecacia is a web professional of the highest orderjoecacia is a web professional of the highest orderjoecacia is a web professional of the highest orderjoecacia is a web professional of the highest orderjoecacia is a web professional of the highest orderjoecacia is a web professional of the highest orderjoecacia is a web professional of the highest orderjoecacia is a web professional of the highest orderjoecacia is a web professional of the highest orderjoecacia is a web professional of the highest orderjoecacia is a web professional of the highest order
Hey there lajones, I want to welcome you and to tell you that we have rules in here.
Please, introduce your self first in introduction section, and theen you can always ask for help and you will for sure get it.
Again welcome and have fun.
joecacia is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-19-2006, 07:09 PM   #3 (permalink)
Empress™
 
chicgeek's Avatar
 
Join Date: 08-19-04
Location: York, UK
Posts: 18,004
iTrader: 0 / 0%
Latest Blog:
My Favourite Poem

chicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest order
Jo... it's not a rule, it's a suggestion.

la: I'll take a look at this later, if thats alright.
__________________
laura / chicgeek
soprano & web designer
laurakishimoto.ca
chıcgeeĸ @ flickr
chicgeek is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-19-2006, 11:39 PM   #4 (permalink)
Contributing Member
 
bratwebdesign's Avatar
 
Join Date: 04-05-06
Location: Nebraska
Posts: 560
iTrader: 0 / 0%
Latest Blog:
None

bratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to behold
Send a message via MSN to bratwebdesign
If you are only talking about the background image of the stones on the right side. You could try this:

Replace this:

Code:
body { background-image: url(); background-repeat: no-repeat; background-position: right-position; }
With this:

Code:
body { background: url(alfbg.gif) fixed no-repeat 100% 0; margin: 0; padding: 0; }
Hope this helps.
__________________
Omaha Web Design | Cube Directory
bratwebdesign is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-20-2006, 01:23 PM   #5 (permalink)
Member
 
Join Date: 09-19-06
Location: Alaska
Posts: 45
iTrader: 0 / 0%
Latest Blog:
None

lajones3 is liked by many
Send a message via AIM to lajones3
Other suggestions

I replaced the code with the one you suggested. I can't see my background image in Safari or Firefox now. I'll try to leave this version up for a little while, but without the background image you can't see where to click to navigate.

Actually, what I will do, is upload this version as
http://www.alaskaslastfrontier.com/index1.htm

That way I can post the other version back and keep the customer happy.

So any other suggestions on a fix for this?

Thanks again
__________________
lajones3
http://www.ellejaysproductions.com
Live close to your dreams.
lajones3 is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-21-2006, 12:40 AM   #6 (permalink)
Contributing Member
 
bratwebdesign's Avatar
 
Join Date: 04-05-06
Location: Nebraska
Posts: 560
iTrader: 0 / 0%
Latest Blog:
None

bratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to behold
Send a message via MSN to bratwebdesign
Try removing the bold coding from the section below.

Code:
<div id="background" style="position:absolute; right:0px; top:-15px; width:751px; height:725px; z-index:1; background-image: url(alfbg.gif); layer-background-image: url(alfbg.gif); border: 1px none #000000; visibility: hidden;">
__________________
Omaha Web Design | Cube Directory
bratwebdesign is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-21-2006, 10:45 AM   #7 (permalink)
Member
 
Join Date: 09-19-06
Location: Alaska
Posts: 45
iTrader: 0 / 0%
Latest Blog:
None

lajones3 is liked by many
Send a message via AIM to lajones3
CHeck please

I deleted the code you suggested on the index1.htm page.
Could someone please check it. On my computer, I'm still not seeing the background image.

Thanks again
__________________
lajones3
http://www.ellejaysproductions.com
Live close to your dreams.
lajones3 is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-21-2006, 10:49 AM   #8 (permalink)
Contributing Member
 
bratwebdesign's Avatar
 
Join Date: 04-05-06
Location: Nebraska
Posts: 560
iTrader: 0 / 0%
Latest Blog:
None

bratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to behold
Send a message via MSN to bratwebdesign
Remove the first margin and padding from this and also you need to remove the -image from the background.

Code:
body { margin: 0; padding: 0; background-image: url(alfbg.gif) fixed no-repeat 100% 0; margin: 0; padding: 0; }
__________________
Omaha Web Design | Cube Directory
bratwebdesign is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-21-2006, 11:05 AM   #9 (permalink)
Member
 
Join Date: 09-19-06
Location: Alaska
Posts: 45
iTrader: 0 / 0%
Latest Blog:
None

lajones3 is liked by many
Send a message via AIM to lajones3
another check please

Okay, Sorry if this is annoying. I changed the code as you suggested. Now I can see my background image, but it is not all the way to the right of the screen.

Still the index1.htm page
Thanks again
__________________
lajones3
http://www.ellejaysproductions.com
Live close to your dreams.
lajones3 is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-21-2006, 12:26 PM   #10 (permalink)
Contributing Member
 
bratwebdesign's Avatar
 
Join Date: 04-05-06
Location: Nebraska
Posts: 560
iTrader: 0 / 0%
Latest Blog:
None

bratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to beholdbratwebdesign is a splendid one to behold
Send a message via MSN to bratwebdesign
The section below is missing from the page:

Code:
<div id="background" style="position:absolute; right:0px; top:-15px; width:751px; height:725px; z-index:1"> <map name="Map"> <area shape="rect" coords="532,267,668,307" href="fishing.htm" alt="Fishing"> <area shape="rect" coords="537,315,679,344" href="lodging.htm" alt="Lodging"> <area shape="rect" coords="537,357,697,385" href="activities.htm" alt="Activities"> <area shape="rect" coords="537,401,646,428" href="rates.htm" alt="Rates"> <area shape="rect" coords="532,441,681,471" href="location.htm" alt="Location"> <area shape="rect" coords="521,483,740,516" href="photos.htm" alt="Photo Gallery"> <area shape="rect" coords="508,526,643,555" href="contact.htm" alt="Contact Us"> </map> </div>
__________________
Omaha Web Design | Cube Directory
bratwebdesign is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-21-2006, 12:37 PM   #11 (permalink)
Member
 
Join Date: 09-19-06
Location: Alaska
Posts: 45
iTrader: 0 / 0%
Latest Blog:
None

lajones3 is liked by many
Send a message via AIM to lajones3
That code was for the layer I am currently using on the regular home page (in place of the background image) - I'm pretty sure at least . It shows the layer and the image map I dre to activate the links.
If I can get the background image to layout correctly, all to the right side of the page. I will insert the links normally (not using an image map).
Does this make sense?

Thanks for all your help.
lj
__________________
lajones3
http://www.ellejaysproductions.com
Live close to your dreams.
lajones3 is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
How do you set a Cell's background as an image in Dreamweaver? chrisnrach17 Web Design Lobby 5 01-11-2008 03:44 PM
Using CSS for background images in FW created table lajones3 Coding Forum 3 12-19-2007 04:04 PM
shifting background images zoran Coding Forum 15 06-18-2007 12:24 AM
Alt Tag and Background Images Estreetloans SEO Forum 23 06-13-2007 11:57 AM
Images Alignment on Page problem. HELP leeuniverse Coding Forum 2 07-12-2006 03:40 AM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 02:53 PM.
© Copyright 2008 V7 Inc