[advanced search]
 

Go Back   NamePros.com > Discussion > Web Design & Development > Programming

Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics.


Closed Thread
 
LinkBack Thread Tools
Old 03-28-2006, 11:03 AM   #1 (permalink)
New Member
 
Join Date: Mar 2006
Posts: 22
0.00 NP$ (Donate)

bob_visualefx is an unknown quantity at this point


Anyone like a challenge?

Hi Everyone,
I've got one heck of a mess on my hands. This is my first big site and I could really use some help from the more experienced out there. Basically what I am trying to do is replicate this layout using CSS:
LINK
I'd like it to resize with the browser to fit and not have a lot of extra space all around.

I've gotten this far:
LINK
LINK
And I seem to be stuck.

I'd like to use CSS and divs to try to break away from using tables. The real trick is that I need the Flash videos (represented by the big colored square) to resize with the browser and have the other elements fit around it like the original layout image. If I resize the window, some things adjust nicely, while others get all screwed up. Things come out of their divs, change lines, etc. It's really a mess. Is there anyone out there that can provide some advice or help? I could really use it. Someone suggested just paying someone to do it, but I'd really like to learn instead of just forking over the cash. Thanks again for any help.
__________________
-Bob

Last edited by bob_visualefx; 04-21-2006 at 08:28 AM.
bob_visualefx is offline  
Old 03-28-2006, 03:45 PM   #2 (permalink)
Senior Member
 
nasaboy007's Avatar
 
Join Date: Jul 2005
Location: NJ
Posts: 1,112
1,454.30 NP$ (Donate)

nasaboy007 has much to be proud ofnasaboy007 has much to be proud ofnasaboy007 has much to be proud ofnasaboy007 has much to be proud ofnasaboy007 has much to be proud ofnasaboy007 has much to be proud ofnasaboy007 has much to be proud ofnasaboy007 has much to be proud of


erm... can u give an exact example of what gets messed up? because when i resize it, everything moves perfectly and the flash resizes, etc. I see nothing "leaving its divs" and such.
nasaboy007 is offline  
Old 03-29-2006, 05:52 AM   #3 (permalink)
New Member
 
Join Date: Mar 2006
Posts: 22
0.00 NP$ (Donate)

bob_visualefx is an unknown quantity at this point


If you check it in both FF and IE you'll see some differences. Especially when you resize to something like 800x600 or 1024x768. Usually the footer spills out and blends in with the background.
Someone recommended I add this:
Code:
.container {
   display: table; /*causes the box to enclose its float descendents*/
   width: 90%;
   text-align: left;
   padding: 10px;
   margin: auto;
   background-image: url(images/parch.jpg);
}
And then remove all overflow:auto
That worked great, but then the Flash doesn't resize.
__________________
-Bob
bob_visualefx is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Site Sponsors
Advertise your business at NamePros

All times are GMT -7. The time now is 01:49 AM.


Powered by: vBulletin® Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Template-Modifications by TMS
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85