View Full Version : Mod-Life.Com Relaunch - Phase 1


mr-modern-life
05-23-2006, 04:01 AM
The new website for UK film production company Modern Life? has launched at :

www.mod-life.com/ml2/index.htm

This is phase one of the complete redevelopment of our corporate site. Thoughts and opinions welcome!

knightly
05-23-2006, 12:56 PM
I've got a large monitor and the background repeats:

56

mr-modern-life
05-23-2006, 01:31 PM
Yeah thats an issue I'm TRYING to get in hand!!

CootDog
05-23-2006, 02:10 PM
Site looks good. Although I really hate sites where everytime I click on something another window pops up. It's verry annoying. You should have the information feed into the body, not a separate window.

indietalk
05-24-2006, 12:47 AM
I've got a large monitor and the background repeats:

56
I see 4 backgrounds.

Will Vincent
05-24-2006, 06:30 AM
I too see 4.

mr-modern-life
05-24-2006, 06:42 AM
Okay yep that issue has to be resolved. DOH!

Will Vincent
05-24-2006, 06:51 AM
Why not just use the blue color as the background.. then drop the other piece over that, centered or something?

John@Bophe
05-24-2006, 09:01 AM
Phil -- looks like you are still having the same problem.

Try inserting this code in between the <head> </head> elements of your page.

<style type="text/css">
body
{
background-color: #004080;
background-image: url('images/masterbackgroundJPG(flat)5copy.jpg');
background-repeat: no-repeat;
background-position: top left;

}
</style>


Then remove the -- background="images/masterbackgroundJPG(flat)5copy.jpg" -- code from your <body> tag.


Or as an alternative, you could do the following:

Cut out all of the blue margin around your background graphic
Set your body background to be just blue (#004080)
Create a one-cell table and set the width & height to exactly match your background image
Place your image as the background for the datacell (<td background="images/masterbackgroundJPG(flat)5copy.jpg">
Within that one datacell, insert a second table that places all of the text & image content on top of the master background image


This is a bit more complicated, but this way ensures that your text & image content stays in place relative to your background image.

CootDog
05-24-2006, 09:43 AM
I like that idea John!

It's just not an easily maneuverable website if when a link is clicked, another window pops up on top of the navagation system. Once you read the popup, you have to either move it or close it to click on something else, which opens another window. After the third window pop-up.. I left the site.

mr-modern-life
05-30-2006, 03:36 AM
Points taken ... cheers guys. I'm going to try and redo the navigation (this was a first draft to replace the rather pants old site). Just a lack of time...