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 TouchToneTommy 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: dee2005
  • Content: Threads
  • Order by date
  1. dee2005

    text not wrapping around image in IE6

    Hi I have a problem of the text not wrapping around the image when you resize the browser. to 800x600. All i get is a gap where the text is supposed to wrap; it only happens in IE6 firefox and IE7 seem to be ok. Can anybody help. #pageHeader p, #pageHeader ul {padding:0 10px 10px 8px...
  2. dee2005

    my span text is centering in Firefox

    Hi, This must be a real easy thing to do, but I can not think how to do it. I have a image in a list with the text next to the image in an anchor tag. I am trying to center the text in the span tag it works ok in IE7 but Firefox is ignoring it. Can any one help. I hope the code make sense...
  3. dee2005

    span not clikable in IE7

    Hi I am trying to create a link that has several span tags to represent the background-image of the left mid and right so that expands or retracts depending on the text in the image. The problem I have is that the most inner span that has the image does not link to the next page, but if you...
  4. dee2005

    add a border on table row

    Hey I am trying to add the border strictly on the table row <table border="0" cellpadding="0" cellspacing="0"> <tr> <th>First name</th> <th>Last name</th> <th>E-mail</th> <th>Company</th> <th>Business e-mail</th> <th cols="2">Website</th> </tr> <tr class="EvenRow"> <td>Lorem</td>...
  5. dee2005

    @Media Print flash objects

    Hi has anyone had problems with hiding flash objects using @media print. For IE, I styled it up this way @media print{ .flashholder{display:none} } so the flash is hidden and all you can see is the text which is below it. Firefox renders this fine but IE gives you a one blank page. Has...
  6. dee2005

    min-width and max-width in firefox

    Hi My problem I want to create a container that holds text and image, floated left If a image is not visible I want the text to text fill the whole width; Can some tell why when I set a min-width firefox ignores it .ContentArticle span{ float:left; position:relative; width:auto...
  7. dee2005

    display:block adding extra space in IE

    #leftSide{float:left; width:300px; border:1px solid #CFC2C2;} #leftSide p{margin-top:60px; text-align:center; font-size:110%; font-weight:bold;} ul#navbar{float:left; margin-top:70px; padding:0; width:300px;} #navbar li{list-style-type:none; font-size:0.9em...
  8. dee2005

    IE bug extra character

    Hi, As anyone come across and fixed a bug that IE produces. When you have 2 floating element left and right (side by side) at the bottom of the div, only in IE it produces a extra character
  9. dee2005

    background images

    Hi I have this problem when using a background-image of a certain height 8px to be exact. IE 6 add extra spacing at the bottom, whereas firefox it is fine. This leaves a gap between the top and bottom image; here is my code: #displayHeaderTop{float:left; width:746px;}...

Part and Inventory Search

Back
Top