Click here to Skip to main content
15,881,588 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Excel to asp.net 2.0 Pin
Mike Ellison8-Jul-06 3:54
Mike Ellison8-Jul-06 3:54 
QuestionObjectDataSource and multiple controls Pin
Clickok7-Jul-06 13:54
Clickok7-Jul-06 13:54 
AnswerRe: ObjectDataSource and multiple controls Pin
minhpc_bk7-Jul-06 16:06
minhpc_bk7-Jul-06 16:06 
GeneralRe: ObjectDataSource and multiple controls Pin
Clickok8-Jul-06 12:03
Clickok8-Jul-06 12:03 
QuestionCharting with date values using OWC11 Pin
apravalikaa7-Jul-06 11:48
apravalikaa7-Jul-06 11:48 
QuestionRepeater Control Scroll bar Pin
mahesh kukkadapu7-Jul-06 10:32
mahesh kukkadapu7-Jul-06 10:32 
AnswerRe: Repeater Control Scroll bar Pin
Mike Ellison7-Jul-06 11:17
Mike Ellison7-Jul-06 11:17 
Questioncss layout question Pin
eggsovereasy7-Jul-06 10:28
eggsovereasy7-Jul-06 10:28 
I have a three column layout with a head across the top of all three columns and a container div that all the other divs are in. The styles look like this:

<br />
#Container<br />
{<br />
    background-color: White;<br />
    margin: 20px auto;<br />
    width: 80%;<br />
    border-left: solid 2px black;<br />
    border-right: solid 2px black;<br />
    border-top: solid 2px black;<br />
    border-bottom: solid 2px black;<br />
}<br />
<br />
#Header<br />
{<br />
    border-bottom: solid 1px black; <br />
    height: 100px;<br />
    background-image: url(../Images/Header/HeaderSpacer.jpg);<br />
    background-repeat: repeat-x;<br />
}<br />
<br />
#Left<br />
{<br />
    width: 160px;<br />
    margin: 0px;<br />
    float: left;<br />
    text-align: center;<br />
}<br />
<br />
#Center<br />
{<br />
    margin-left: 160px;<br />
    margin-right: 160px;<br />
    height: 100%;<br />
    padding-top: 10px;<br />
}<br />
<br />
#Right<br />
{<br />
    width: 160px;<br />
    margin: 0px;<br />
    float: right;<br />
    text-align: center;<br />
}<br />


In IE everything works perfectly, but in Firefox and Opera the container div only expands to the size of the content in the #Center div, in other words, if the right or left column is longer than the center column then it overflows out of #Container. Is there something I'm doing wrong, or is this an insurmountable problem?
AnswerRe: css layout question Pin
Guffa7-Jul-06 10:46
Guffa7-Jul-06 10:46 
GeneralRe: css layout question Pin
eggsovereasy7-Jul-06 11:13
eggsovereasy7-Jul-06 11:13 
GeneralRe: css layout question Pin
Guffa7-Jul-06 13:03
Guffa7-Jul-06 13:03 
GeneralRe: css layout question Pin
eggsovereasy10-Jul-06 7:53
eggsovereasy10-Jul-06 7:53 
GeneralRe: css layout question Pin
Guffa10-Jul-06 9:20
Guffa10-Jul-06 9:20 
GeneralRe: css layout question Pin
eggsovereasy10-Jul-06 9:46
eggsovereasy10-Jul-06 9:46 
AnswerRe: css layout question Pin
Guffa10-Jul-06 10:14
Guffa10-Jul-06 10:14 
Questionclassic ASP AJAX Pin
peterzorbas7-Jul-06 8:49
peterzorbas7-Jul-06 8:49 
AnswerRe: classic ASP AJAX Pin
Guffa7-Jul-06 9:15
Guffa7-Jul-06 9:15 
Questiondesign window Pin
kjosh7-Jul-06 8:04
kjosh7-Jul-06 8:04 
AnswerRe: design window Pin
minhpc_bk7-Jul-06 16:09
minhpc_bk7-Jul-06 16:09 
GeneralRe: design window Pin
kjosh7-Jul-06 16:38
kjosh7-Jul-06 16:38 
GeneralRe: design window Pin
minhpc_bk7-Jul-06 16:53
minhpc_bk7-Jul-06 16:53 
GeneralRe: design window Pin
kjosh8-Jul-06 5:55
kjosh8-Jul-06 5:55 
QuestionConvert a a japanese symbol to it's NCR Pin
eggie57-Jul-06 7:13
eggie57-Jul-06 7:13 
Questiontaking decission from message box from an asp.net web page Pin
Venakata NRao Nekkanti7-Jul-06 6:57
Venakata NRao Nekkanti7-Jul-06 6:57 
AnswerRe: taking decission from message box from an asp.net web page Pin
Not Active7-Jul-06 7:04
mentorNot Active7-Jul-06 7:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.