Click here to Skip to main content
15,887,416 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: WebMethod notification Pin
Rob Graham21-Nov-09 7:52
Rob Graham21-Nov-09 7:52 
Questionmaking a compose page in word format.. Pin
sangeeta200920-Nov-09 8:41
sangeeta200920-Nov-09 8:41 
AnswerRe: making a compose page in word format.. Pin
Abhishek Sur21-Nov-09 6:47
professionalAbhishek Sur21-Nov-09 6:47 
GeneralRe: making a compose page in word format.. Pin
sangeeta200921-Nov-09 7:30
sangeeta200921-Nov-09 7:30 
GeneralRe: making a compose page in word format.. Pin
Abhijit Jana21-Nov-09 21:20
professionalAbhijit Jana21-Nov-09 21:20 
QuestionCSS: table min-width Pin
Alivemau520-Nov-09 3:29
Alivemau520-Nov-09 3:29 
AnswerRe: CSS: table min-width Pin
Abhijit Jana20-Nov-09 7:14
professionalAbhijit Jana20-Nov-09 7:14 
AnswerRe: CSS: table min-width Pin
Abhishek Sur21-Nov-09 6:46
professionalAbhishek Sur21-Nov-09 6:46 
For IE7 / IE6 you need to use css expression()....

But mind that even a mouse move will evaluate the expression. Let see how I am doing this :
Place this as css
.t-min-wid { 	
width: expression((document.body.clientWidth < 1180)? "1180px" : "auto"); /*min width for IE7 and below */
min-width: 1180px;  /* Min width for Firefox and IE8 */
}


Now apply
<table class="t-min-wid">

Your min width will be set for all browsers. Wink | ;) Wink | ;)

Abhishek Sur
Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->

Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript

QuestionWeb service stops working after call back Pin
kKamel20-Nov-09 0:32
kKamel20-Nov-09 0:32 
AnswerRe: Web service stops working after call back Pin
Ashfield20-Nov-09 1:14
Ashfield20-Nov-09 1:14 
GeneralRe: Web service stops working after call back Pin
kKamel20-Nov-09 1:52
kKamel20-Nov-09 1:52 
GeneralRe: Web service stops working after call back Pin
LiJiaXin20-Nov-09 3:07
LiJiaXin20-Nov-09 3:07 
GeneralRe: Web service stops working after call back Pin
Ashfield20-Nov-09 4:33
Ashfield20-Nov-09 4:33 
GeneralRe: Web service stops working after call back Pin
kKamel20-Nov-09 20:34
kKamel20-Nov-09 20:34 
GeneralRe: Web service stops working after call back Pin
Shameel23-Nov-09 7:52
professionalShameel23-Nov-09 7:52 
QuestionHow to Generate Unique Serial Number Pin
shaina223120-Nov-09 0:14
shaina223120-Nov-09 0:14 
AnswerRe: How to Generate Unique Serial Number Pin
Abhijit Jana20-Nov-09 0:22
professionalAbhijit Jana20-Nov-09 0:22 
AnswerRe: How to Generate Unique Serial Number Pin
Shameel23-Nov-09 7:54
professionalShameel23-Nov-09 7:54 
QuestionIframe Issue. Pin
raghu.g19-Nov-09 22:10
raghu.g19-Nov-09 22:10 
AnswerRe: Iframe Issue. Pin
Abhijit Jana19-Nov-09 22:41
professionalAbhijit Jana19-Nov-09 22:41 
GeneralRe: Iframe Issue. Pin
raghu.g19-Nov-09 23:23
raghu.g19-Nov-09 23:23 
GeneralRe: Iframe Issue. Pin
Abhijit Jana19-Nov-09 23:29
professionalAbhijit Jana19-Nov-09 23:29 
GeneralRe: Iframe Issue. Pin
raghu.g20-Nov-09 0:06
raghu.g20-Nov-09 0:06 
GeneralRe: Iframe Issue. Pin
Abhijit Jana20-Nov-09 0:19
professionalAbhijit Jana20-Nov-09 0:19 
GeneralRe: Iframe Issue. Pin
raghu.g23-Nov-09 18:13
raghu.g23-Nov-09 18:13 

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.