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!

Recent content by dee2005

  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

    sorry the header is suppose to read no working in FIREFOX
  3. 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...
  4. dee2005

    span not clikable in IE7

    the spans is incapsulated in the <a> tag and the cursor is set to pointer so there should be no chance. But I tried your suggestion and it didnt work, I think it is a layering problem. But with regards to your suggestion the html would look something like this ? <a class="ActionBtn"...
  5. 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...
  6. dee2005

    add a border on table row

    I am trying to add border-top, border-bottom, border-left and border-right of the entire row
  7. dee2005

    add a border on table row

    Dan I am trying to add #SelectedRow border
  8. 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>...
  9. dee2005

    @Media Print flash objects

    I tried your suggestions the print style is in a file of its own and still producing the same result. I have be unable to find any fixes on the web to help me solve this issue. Its like the swf file is covering the rest of the content. Dee
  10. dee2005

    @Media Print flash objects

    http://www.bowers-wilkins.com/display.aspx?infid=2466 look at the specification section
  11. dee2005

    @Media Print flash objects

    1) If flash is not installed when I print the page the text is visible on both IE(all versions) and firefox. 2) When flash is installed when I print the page the flash object printed out but with no text (this happens in IE all versions) 3)When flash is installed and I use the @media...
  12. dee2005

    @Media Print flash objects

    oh ok when there is no flash object, then the text is visible
  13. dee2005

    @Media Print flash objects

    yes in firefox it renders in the exact height of where the object would be.
  14. dee2005

    @Media Print flash objects

    yeah try still produces a blank page. I am testing in both IE6 and IE7 browers and getting the same result.
  15. 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...

Part and Inventory Search

Back
Top