nubirth
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: IE7 links only partially show???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
In reply to: How do I customize the icon next to my URLput 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
In reply to: IE7 links only partially show???No ideas on this odd thing?
Forum: Themes and Templates
In reply to: What am I doing wrong? (sidebar way off)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.