NamePros
Welcome, Guest! Ready to make a name for yourself in the domain business? We welcome both the hobbyist and professional domainer to join the discussion as part of the NamePros community.

Click here to create your profile to start earning reputation for posting, and trader ratings for buying & selling in our free e-marketplace. Build your trader rating with each successful sale. Our system has tracked over 100,000 sales and counting!
FAQ & TOS Register Search Today's Posts Mark Forums Read

Go Back   NamePros.com > General Marketplace > Web Development > Web Development Wanted
Reload this Page HELP again (will pay 100NP) Align 2 Div tags side by side = looks fine in FF not IE

Web Development Wanted Requests for websites, templates, custom programming, logos or graphics.

Advanced Search
6 members in live chat ~  
NamePros Design Contests NamePros Design Contests
Forum Sponsorship
Join in on the FUN! You can start an affordable design contest and pick from entries talented members submit or you can enter a design contest for a chance to win CASH PRIZES! What are you waiting for? Get started in the fun TODAY! - Banners, Logos, Mascots, and MORE! (Please READ the design Contest section rules Prior to starting or entering a contest)



Closed Thread
 
LinkBack Thread Tools
Old 10-20-2008, 11:45 AM THREAD STARTER               #1 (permalink)
NamePros Regular
Join Date: Jul 2003
Location: WI/USA
Posts: 715
davideo7 is a jewel in the roughdavideo7 is a jewel in the roughdavideo7 is a jewel in the roughdavideo7 is a jewel in the rough
 


Adoption

HELP again (will pay 100NP) Align 2 Div tags side by side = looks fine in FF not IE


Problem fixed by evtimii - Offer Closed

I have a website and the 2 boxes at the bottom of the page are suppose to be side by side and they are in Firefox but they aren't in Internet Explorer
????: NamePros.com http://www.namepros.com/web-development-wanted/525759-help-again-will-pay-100np-align.html

http://www.mybiblegames.com/

Below is the CSS code. Also attached is an image showing how it displays in IE7.

I will pay 100 NP to anyone who can help me get this fixed.



Code:
@charset "utf-8";
/* CSS Document */
 
* {
                margin: 0 auto;
}
 
html{
height:100%;
}
 
body{
        background-image:url('images/background.png');
        background-position:center;
        background-attachment:fixed;
        text-align:center;
        background-position:bottom;
        vertical-align:top;
        border:none;
        border-width:0;
        margin:0;
        padding:0;
        margin-top:0;
        font-family:Arial, Helvetica, sans-serif;
        font-size:14px;
        height:100%;
                margin: 0 auto;
}
 
.wrapper {
        min-height: 100%;
        height: auto !important;
        height: 100%;
        margin: 0 auto -38px; /* the bottom margin is the negative value of the footer's height */
}
 
 
.siteFrame{
        border:none;
        border-width:0;
        width:764px;
        padding:0;
        text-align:left;
        margin-top:0;
        margin-left:0;
        margin-right:0;
        background-image:url('images/header.jpg');
        background-position:top;
        background-repeat:no-repeat;
        background-color:white;
        margin: 0 auto;
}
 
 
 
/* Links */
a{
        color:#b0a310;
        font-weight:bold;
        text-decoration:underline;
}
a:hover{
        color:#7e896e;
        text-decoration:overline underline;
}
a:active{
        color:#426ae1;
        text-decoration:none;
}
a:visited{
        color:#897f0c;
}
 
 
 
/* Formated Text */
.contentSmallTitle{
        font-size:12px; 
        font-weight:bold; 
        color:white;
}
 
 
 
/* A content Box that fills the entire page horizontally */
.contentBox{
        background-image:url('images/contentBorder.png'); 
        width:754px;
}
.contentBoxInside{
        background-color:white; 
        width:740px; 
        text-align:left; 
        padding:4px;
}
.contentBoxShadow{
        width:754px; 
        height:8px; 
        background-image:url('images/contentBorderShadowBottom.gif'); 
        background-repeat:repeat-x;
}
.bibleVerse{
        font-family:"Times New Roman", Times, serif;
        font-size:14px;
        text-align:center;
}
 
 
 
/* A divided Content Box */
.divContentBox{
        width:764px;
}
.divLeftBox{
        margin: 0 0 0 5px; 
        float:left;
}
.divLeftBoxBorder{
        background-image:url('images/contentBorder.png'); 
        width:374px;
}
.divLeftBoxInside{
        background-color:white; 
        width:360px; 
        height:262px; 
        text-align:left; 
        padding:4px;
}
.divLeftBoxShadow{
        width:374px; 
        height:8px; 
        background-image:url('images/contentBorderShadowBottom.gif'); 
        background-repeat:repeat-x;
}
.divRightBox{
        margin: 0 0 0 381px;
}
.divRightBoxBorder{
        background-image:url('images/contentBorder.png'); 
        background-position:right; width:374px;
}
.divRightBoxInsideNonPadded{
        background-color:white; 
        width:368px; 
        text-align:left;
}
.divRightBoxInside{
        background-color:white; 
        width:360px; 
        text-align:left; 
        padding:4px;
}
 
.divRightBoxShadow{
        width:374px; 
        height:8px; 
        background-image:url('images/contentBorderShadowBottom.gif'); 
        background-repeat:repeat-x;
}
 
 
/* Footer Related */
.footer{
        background-position:bottom;
        width:764px; 
        background-image:url('images/footerBackground.gif');
        background-repeat:repeat-x;
        height:38px;
        color:#cccbe7;
        font-size:12px; 
        vertical-align:bottom;
        line-height:1;
        margin: 0 auto;
}
.push {
        height: 38px; /* .push must be the same height as .footer */
}
a.footerLinks{
        color:#e0ddc0;
        font-weight:bold;
        text-decoration:none;
}
a:hover.footerLinks{
        color:#c0c2e0;
        text-decoration:none;
}
Attached Images
File Type: jpg MyBibleGames-IE7.jpg (293.6 KB, 5 views)
__________________

(game development forums) Vizzed Board ----- davideo7 ----- Get-Your-Rom (tons of roms & isos)
((((o))))

Last edited by davideo7; 10-20-2008 at 02:50 PM.
davideo7 is offline  
Old 10-20-2008, 11:57 AM   #2 (permalink)
Logo Design
 
evtimii's Avatar
Join Date: Mar 2008
Posts: 572
evtimii has much to be proud ofevtimii has much to be proud ofevtimii has much to be proud ofevtimii has much to be proud ofevtimii has much to be proud ofevtimii has much to be proud ofevtimii has much to be proud ofevtimii has much to be proud ofevtimii has much to be proud of
 


Protect Our Planet Cancer Survivorship Myanmar Relief Save a Life AIDS/HIV Child Abuse Protect Our Planet Child Abuse AIDS/HIV Parkinson's Disease Protect Our Planet
The problem could be in the floating:

.divLeftBox{
margin: 0 0 0 5px;
float:left;
}

^^ here you have float


Where's your right float here?

.divRightBox{
margin: 0 0 0 381px;
}

I can't be sure until I see the whole page code.
__________________
<; VqqX.com
<; Logo design
evtimii is offline  
Old 10-20-2008, 12:03 PM THREAD STARTER               #3 (permalink)
NamePros Regular
Join Date: Jul 2003
Location: WI/USA
Posts: 715
davideo7 is a jewel in the roughdavideo7 is a jewel in the roughdavideo7 is a jewel in the roughdavideo7 is a jewel in the rough
 


Adoption
I tried placing a right float in the right div box but it didn't make a difference.
__________________

(game development forums) Vizzed Board ----- davideo7 ----- Get-Your-Rom (tons of roms & isos)
((((o))))

davideo7 is offline  
Old 10-20-2008, 12:13 PM   #4 (permalink)
New Member
Join Date: Oct 2008
Location: MD, USA
Posts: 5
Cyrus_vtn is an unknown quantity at this point
 



it wouldn't, the fact is you don't need it.
__________________
Time to upgrade your website! Visit us at: EdenWebs.com
- Maryland Web Design / Development.
Cyrus_vtn is offline  
Old 10-20-2008, 02:50 PM THREAD STARTER               #5 (permalink)
NamePros Regular
Join Date: Jul 2003
Location: WI/USA
Posts: 715
davideo7 is a jewel in the roughdavideo7 is a jewel in the roughdavideo7 is a jewel in the roughdavideo7 is a jewel in the rough
 


Adoption
evtimii, thru PM's and Messenger, has helped me fix the problem.

Offer is closed. Thanks for everyone who helped out.
__________________

(game development forums) Vizzed Board ----- davideo7 ----- Get-Your-Rom (tons of roms & isos)
((((o))))

davideo7 is offline  
Closed Thread


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


 
All times are GMT -7. The time now is 03:43 PM.

Domain name forum recommended by Domaining.com Powered by: vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.6.0 Ad Management plugin by RedTyger