Title: nubirth's Replies | WordPress.org

---

# nubirth

  [  ](https://wordpress.org/support/users/nubirth/)

 *   [Profile](https://wordpress.org/support/users/nubirth/)
 *   [Topics Started](https://wordpress.org/support/users/nubirth/topics/)
 *   [Replies Created](https://wordpress.org/support/users/nubirth/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/nubirth/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/nubirth/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/nubirth/engagements/)
 *   [Favorites](https://wordpress.org/support/users/nubirth/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [IE7 links only partially show???](https://wordpress.org/support/topic/ie7-links-only-partially-show/)
 *  Thread Starter [nubirth](https://wordpress.org/support/users/nubirth/)
 * (@nubirth)
 * [18 years, 10 months ago](https://wordpress.org/support/topic/ie7-links-only-partially-show/#post-603687)
 * position: relative;
    In all my div sections if anyone ever needs to sort this
   bas*** of a problem out that only ie worries about!!
 * i.e (no pun intended)….for all four menus (to allow corners
 * #menu2 {
 *  **position: relative;**
 *  background: url(images/toprightcorner.png) right top no-repeat; /* add background
   colour of 333333 */
 *  padding-top : 10px;
    }
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How do I customize the icon next to my URL](https://wordpress.org/support/topic/how-do-i-customize-the-icon-next-to-my-url/)
 *  [nubirth](https://wordpress.org/support/users/nubirth/)
 * (@nubirth)
 * [18 years, 10 months ago](https://wordpress.org/support/topic/how-do-i-customize-the-icon-next-to-my-url/#post-603675)
 * put the favicon in your “head” section (coded), view source of a page you like,
   or any with a favicon image and put in folder images in wordrpess file area, 
   its very very easy.
 * i.e:
 * <link rel=”shortcut icon” href=”images/favicon.ico” type=”image/x-icon” />
 * favicons are 16 by 16 pixels so blow up an image to like 400% and work in dots
   almost, save and name as favicon, actually does not matter im sure if named whatever
   you want.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [IE7 links only partially show???](https://wordpress.org/support/topic/ie7-links-only-partially-show/)
 *  Thread Starter [nubirth](https://wordpress.org/support/users/nubirth/)
 * (@nubirth)
 * [18 years, 10 months ago](https://wordpress.org/support/topic/ie7-links-only-partially-show/#post-603673)
 * No ideas on this odd thing?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [What am I doing wrong? (sidebar way off)](https://wordpress.org/support/topic/what-am-i-doing-wrong-sidebar-way-off/)
 *  [nubirth](https://wordpress.org/support/users/nubirth/)
 * (@nubirth)
 * [18 years, 10 months ago](https://wordpress.org/support/topic/what-am-i-doing-wrong-sidebar-way-off/#post-603130)
 * Possibly something to do with IE’s border box model, try making sure the size
   of your areas (left/right) in CSS can actually fit the area they are designed
   to fit in, IE will need more room generally, other than that it will likely be
   a “float” problem (clear:both) is usually needed for a floated area….hope this
   helps. google the terms for more information if you are not familar, just a start.

Viewing 4 replies - 1 through 4 (of 4 total)