Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by BOUSMANBE

  1. BOUSMANBE

    Downloading Files with custom extensions not working in IE

    We have a Windows 2008 Server running IIS and before today, we didn't have the MIME Type setup for some of our internally developed application extensions and would therefore get a 404 error whenever we would try to download a file with that extension. After adding the extension to the MIME...
  2. BOUSMANBE

    Windows Forms Control Library References - Visual Studio 2010

    We have a user-control as a Windows Forms Control Library, in this project it references some of the same DLL's that our other projects use. My problem is that when we try to use this user-control in our other projects, it's saying it's missing references to the other DLL's since they're in a...
  3. BOUSMANBE

    Strange Issue with Fieldset & CSS in IE9

    It looks like it has to do with that <meta> tag. If I remove it, then the button will display properly but like I said, it causes other issues so I'm going to leave it as is for now. Thanks for the help!
  4. BOUSMANBE

    Strange Issue with Fieldset &amp; CSS in IE9

    In my Master page, I have this line of code: <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> If I exclude that then other elements of the site don't display properly. Besides that, here's whats in the CSS for "button2": .button2 { display:inline-block; cursor:pointer...
  5. BOUSMANBE

    Strange Issue with Fieldset &amp; CSS in IE9

    Here's the source code, there's a table that I also have between the </legend> and <br> tags but it was a lot of extra text and I don't think it's relevant: <div id="MainContentPlaceHolder_pnDateRange" onkeypress="javascript:return WebForm_FireDefaultButton(event...
  6. BOUSMANBE

    Strange Issue with Fieldset &amp; CSS in IE9

    So I have an <asp:Panel> control with it's GroupingText property set which will end up rending as a <fieldset> control. Inside this Panel/Fieldset I have a button and have it's style property set to "float: right". If I view this in IE8 or Chrome the button shows up fine but when I view it...
  7. BOUSMANBE

    Strange Issue with Fieldset &amp; CSS in IE9

    So I have an <asp:Panel> control with it's GroupingText property set which will end up rending as a <fieldset> control. Inside this Panel/Fieldset I have a button and have it's style property set to "float: right". If I view this in IE8 or Chrome the button shows up fine but when I view it...
  8. BOUSMANBE

    Excel 2010 Protect Worksheet - Select Locked/Unlocked Cells Not Working

    I'm having a strange issue here. Whenever I protect a worksheet on my desktop, the Select Locked/Unlocked Cells works fine. However, when I release the Excel to our webserver and download it via the website, it turns off those options and selects other options so I end up not being able to...

Part and Inventory Search

Back
Top