sted999
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Bottom border missing in IE but not FFI’ve removed the table but there still appear to be problems. Can anyone suggest why the final error is occuring? I cant see where there is a missing end tag. Sorry if im being daft, I havent had much experience in HTML and CSS etc.
Forum: Themes and Templates
In reply to: Bottom border missing in IE but not FFSite is https://taptonparkgolfclub.co.uk/wp/. I will start looking at the CSS errors, im sure most of them are just from the table i have on the home page though.
Forum: Fixing WordPress
In reply to: IE pushing my sidebar downI tried this code and it cause all sorts of problems in IE and FF. So Ive changed my code to be fixed widths:
#container { width:835px; margin:auto; text-align:left;} #content {width:615px; float:right; margin:0; margin-right:10px; } #primary, #secondary{width:200px; float:left; margin:0; margin-left:10px; text-align:left;} #secondary { clear: left; } #footer { clear: both; width: 100%; }
but this still creates problems.
Sorry I know there are millions of questions like this on the forums, it just seems no matter what I try it doesnt fix it.
Forum: Themes and Templates
In reply to: twenty ten slideshow in headerThanks for your help, its worked a treat. Had a look at your website by the way, some good tips. I like the one about unplugging the beer fridge – i’ve been putting it outside the few weeks, although ive had to be careful they haven’t froze as its been very cold in England recently!
Thanks again.
Forum: Themes and Templates
In reply to: twenty ten slideshow in headerI have copied the general concept of your code but I have a problem of it the two images splitting onto differnt levels in Firefox, but is fine is IE.
Is this the kind of problem you were having orginally, and if so do you know how I can solve this cross browser problem?
[Code moderated as per the Forum Rules. Please use the pastebin]
Forum: Themes and Templates
In reply to: twenty ten slideshow in headerHi there. I was just wondering if you ever solved this problem? It looks fine on my laptop but I have a small screen. Your header is the same as what I am wanting on mine (static on the left and scrolling on the right).
Did you just replace the following line in the header with yours?
<img src="<?php header_image(); ?>" width="<?php echo HEADER_IMAGE_WIDTH; ?>" height="<?php echo HEADER_IMAGE_HEIGHT; ?>" alt="" />
Thanks.
Forum: Fixing WordPress
In reply to: IE pushing my sidebar downYeah I have Firebug, I also have Web Developers Toolbar. I cant seem to find an overlap anywhere. I know there are loads of these questions online, I’ve looked at all of them but cant seem to find the solution anywhere.
Is the problem coming from moving the sidebar from the right to the left? Rather than an overlap?
Forum: Fixing WordPress
In reply to: IE pushing my sidebar downTook the favicon out and revalidated. All the errors appearing now are just down to styling on the table which I cant seeing is causing the problem.
Still not lined the sidebar up correctly. I’ve even tried with just plain text and not a table but it still moves down. I haven’t got a clue what to try next.Why cant everyone use Firefox – it would make life much simpler ??
Forum: Fixing WordPress
In reply to: Moving sidebar from right to left in TwentyTen problemSorry I had forgot to mention I had already done that. Should be all ok if its upgraded.
I’ve worked out now that its down to the tabel I have on the homepage. Still not sure why it appears different on IE to Firefox though and cant seem to fix it. I have tried different column widths but it still shifts to the left in IE.