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!

Search results for query: *

  • Users: kconmle
  • Content: Threads
  • Order by date
  1. kconmle

    CSS & Firefox

    I am having an issue where I have a table in a div... When the table grows longer than the div the div does not expand in FF... works fine in IE - what do I need to do to have the div expand with the table?
  2. kconmle

    Add Web Part Zone

    How do I add a web part zone (or just change the web part zone layout) out of the box? I can not take it into designer...
  3. kconmle

    Newbie: working in a loop

    I have no ruby experience - can anyone give me some guidance: I have a loop where I am outputting a row of a table i.e. <% for lef in @lefs %> <tr> <td></td> </tr> <%end%> I want to have an if-else in there where I can change the class of the td. How would I go about that?
  4. kconmle

    Divs growing together

    How can I have 2 divs side by side that will maintain the same height as each other (like two columns do in a table)
  5. kconmle

    display:inline in Firefox

    Is there some reason using display:inline in FF would make the browser ignore the rest of the CSS (i.e. width, ...)
  6. kconmle

    Transparent background/Opaque Content

    Is there anyway to have a transparent BG (without using.png) but also have the content be at 100% opacity?

Part and Inventory Search

Back
Top