jennifer420
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Positioning issueI removed the:
left:10px;
top:200px;
margin-right: 100px;Seems to work if I adjust the sidebar properties, yet the rest of it is messed up!
Any suggestions?
Thanks ~
Forum: Fixing WordPress
In reply to: Gap below navigationSlowly but gradually cleaning this up … but I still can’t manage to fix the issue with the navigation. Any suggestions would be appreciated, thank you `
Forum: Fixing WordPress
In reply to: Gap below navigationYikes, it’s a fine mess now actually … all my content in the center has shifted! Lol
Forum: Fixing WordPress
In reply to: Gap below navigationHi Samboll,
Thank you … fixed the error, i now passes – but still isn’t fixing the navigation problem ~`
Any suggestions?
Forum: Fixing WordPress
In reply to: Gap below navigationSorry, attaching css for the navigation …
/* Navigation */ #nav { clear: both; padding: 0; } #nav ul { float: left; list-style: none; background: #c4c9a9 url(images/nav.gif) repeat-x; width: 891px; padding: 0; margin: 0px; height: 30px; display: inline; text-transform: uppercase; } #nav ul li { display: inline; margin: 0; padding: 0; } #nav ul li a { display: block; float: left; width: auto; margin: 0; padding: 0 15px; border-right: 1px solid #4b5b14; color: #000000; font: bold 12px/33px "Arial", "Trebuchet MS", Helvetica, Geneva, sans-serif; text-transform: uppercase; text-decoration: none; letter-spacing: 1px; } #nav ul li a:hover, #nav ul li a:active { color: #000000; } #nav ul li#current a { background: #c4c9a9 url(images/navhover.gif) repeat-x; } #nav ul li.current_page_item a { background: #c4c9a9 url(images/navhover.gif) repeat-x; }
Forum: Fixing WordPress
In reply to: AKPC_IDS = “86,”Thank you Kawauso, I got it figured out now. ??
Forum: Fixing WordPress
In reply to: List Categories and odd message in test post?! LOLHi Joe,
Thank you …
The error actually just appeared there after an evening of trying to get the category issue done properly ??
Will have a look at the link you provided now …
Thank you again ~`
Forum: Fixing WordPress
In reply to: List Categories and odd message in test post?! LOLAnyone have any idea … please?! ??
Forum: Fixing WordPress
In reply to: Error in functions.phpThank Gawd!
Thanks a bunch. ??
Forum: Themes and Templates
In reply to: IE6 png fix not working fully …IE 6 seems to be the issue now … if you view it here: https://meineipadresse.de/netrenderer/index.php you’ll see what i mean.
Isn’t there a script I could use to actually prompt a user to upgrade their IE, or even better – to UNINSTALL it?! Lol ??
Forum: Themes and Templates
In reply to: IE6 png fix not working fully …Thanks again Peter,
Using yours, but still isn’t working … I edited the path to the x.gif, using the websites URL only as above, you wouldn’t think that’s the problem would you?
Jennifer
Forum: Themes and Templates
In reply to: IE6 png fix not working fully …Thank you both …
I placed the x.gif into the main directory for the sake of quick testing, I wonder if that’s the problem somehow?
// Path to a transparent GIF image var shim = 'https://nageela.einfal.com/x.gif'; // RegExp to match above GIF image name var shim_pattern = /x\.gif$/i;
Especially where it’s called twice like you say … not sure how to edit the second line correctly if it’s needed though. ??
Forum: Themes and Templates
In reply to: IE6 png fix not working fully …Hi Peter,
How are you?
Thanks so much for coming to my rescue once again Lol
However, I just can’t seem to get this to work … *sigh* I’m gonna keep trying, please – wish me luck!
Thanks again,
Jennifer
Forum: Themes and Templates
In reply to: IE pushing content down (when in compatiblity mode only)Guess I’m off to re-code a bit, I don’t know what else to try at this stage ~
Thanks to anyone offering suggestions …
Jennifer
Forum: Themes and Templates
In reply to: IE pushing content down (when in compatiblity mode only)Sorry, I’ve just tried a different one is why … Lol
Uses this:
<style type="text/css"> img, div, a, input { behavior: url(iepngfix.htc) } </style>
Jennifer