Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Old 04-15-2004, 02:22 PM IE 6 & min-width
Rubbinio's Avatar
Novice Talker

Posts: 5
Trades: 0
I have the following code in my CSS file. And it works fine in Netscape, Mozilla and Opera. However in IE it keeps shrinking ignoring the min-width. The idea of using the widt:expresion .... came from online however it still does not work properly.

#pagecell1{
position:absolute;
top: 112px;
left: 2%;
right: 2%;
width:95.6%;
min-width: 850px;
width:expression(document.body.clientWidth < 850 ? "850px": "auto" );
min-height: 768px;
height:expression( this.scrollHeight < 768 ? "768px" : "auto" );
background-color: #ffffff;
}

Any help is apreciated.

Thx
Rubbinio is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 04-16-2004, 10:08 AM
ppedersen's Avatar
Super Talker

Posts: 115
Location: Tampa Bay, FL - USA
Trades: 0
Here’s a page that I think answers your question ...unless I’m not understanding your problem: CSS » max-width in Internet Explorer. Although it doesn't answer your specific min-width question, it does solve your problem.

Hope this helps ...there’s a lot of good information in the article.
__________________

Please login or register to view this content. Registration is FREE
(
Please login or register to view this content. Registration is FREE
)

Please login or register to view this content. Registration is FREE
's Website

Last edited by ppedersen; 04-16-2004 at 10:19 AM.. Reason: Added disclaimer
ppedersen is offline
Reply With Quote
View Public Profile
 
Old 04-16-2004, 04:33 PM
Rubbinio's Avatar
Novice Talker

Posts: 5
Trades: 0
it seems to work now ........ hopefully MS does not make any changes in IE to screw up again.

now to a second problem, again in IE

I have the following code

<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td height="80" valign="top">
<span style="text-align:justify">xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
<br>
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx<br>
</span>
</td>
</tr>
<tr>
<td align="right" height="25" valign="bottom"><a href="#">[Full Biography]</a></td>
</tr>
</table>


However my text remain aligned left insted of justify. and i have absolutly no clue why. itried evrything i kne and nothing. once i take it out of the table is alaigned but as long as it is in the table no chnace.
Rubbinio is offline
Reply With Quote
View Public Profile
 
Old 04-16-2004, 04:44 PM
ppedersen's Avatar
Super Talker

Posts: 115
Location: Tampa Bay, FL - USA
Trades: 0
I have to admit that I have not had time to invest in becoming as proficient at CSS as I am at HTML ...but my first thought is that this style may be interfering with a style of something this is nested within, like the TD tag. Try checking that out.

These things are often overlooked; as they are usually set in an external style sheet ...And you know what they say, “out of sight, out of mind.”

Hope that helps.
.
__________________

Please login or register to view this content. Registration is FREE
(
Please login or register to view this content. Registration is FREE
)

Please login or register to view this content. Registration is FREE
's Website
ppedersen is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to IE 6 & min-width
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.25504 seconds with 12 queries