1 sylv Nov 09, 2006 19:32
3 sylv Nov 12, 2006 09:59
Thank you very much ¥åßßå :lol:
However.........while the sidebar is now looking quite good, the posts on the mainsidebar are lowered down to bottom.
Weard........ 8|
4 yabba Nov 12, 2006 10:12
hmmmm, not a good move :p
Try changing it to this instead :-
<!--[if lt IE 7]>
<style type="text/css">
#sidebar{ height:1%; }
</style>
<![endif]-->
¥
5 sylv Nov 12, 2006 10:14
nop, sorry, back to square one I'm afraid....... :-/
6 yabba Nov 12, 2006 10:19
It's no wonder I hate that browser >:-<
Lets try another one :p
<!--[if lt IE 7]>
<style type="text/css">
#sidebar,
#sidebar div{
display:inline-block;
border:1px solid #f00;
}
</style>
<![endif]-->
If it works then you can remove the "border" line
¥
7 sylv Nov 12, 2006 10:26
It's no wonder I hate that browser >:-<
you know what, it never bothered me before, but now, grrrrrrr.
Thanks for all your efforts, but as you can see, no success there, although I like the red touch :)
8 yabba Nov 12, 2006 10:30
lol, only Micrdoft can get people this passionate :|
Lets try a few more bits ;)
<!--[if lt IE 7]>
<style type="text/css">
#sidebar,
#sidebar div{
display:inline-block;
padding:1px;
border:1px solid #f00;
}
#bPosts{
float:left;
}
#footer{
clear:both;
}
</style>
<![endif]-->
¥
9 sylv Nov 12, 2006 10:34
I know you're a bit of a magician with colour, but to make my site disappear, wow, that's magic !! :lol:
10 yabba Nov 12, 2006 10:35
lol, *points to the scrollbar on the code box in the above post* ;)
¥
11 sylv Nov 12, 2006 10:50
ok, ok, 'took me while. ;)
no results though, sorry, still pretty, but short side bar.
12 sylv Nov 12, 2006 10:53
something might give you a clue though: look at my link on the post of that link, it shows it all, not with Firefox !
13 yabba Nov 12, 2006 10:54
I've just validated your page ( [url=http://validator.w3.org/check?uri=http://www.biblebureau.com/biblemistranslations/index.php/a?cat=1]results[/url] ). "Some" of those errors may be tripping IE up (mainly the missing <li>'s etc).
Try getting rid of the validation errors first (just shout if you get stuck) and remove the code I told you to add. Then, if it still doesn't work at least we know we're starting from good code ;)
¥
14 sylv Nov 12, 2006 11:04
wow, you're getting me really worried there.
there's 17 errors, I'll try to fix it, but my actual blog has 40, and the main website 85 !!!!!!!
<<<<<<<<<<<< scared
I don't think I will be able to resolve that soon.
Thanks, I appreciate your help.
15 yabba Nov 12, 2006 11:07
No problem, if you get stuck with any of the errors then just shout back. You'll often find that curing one error gets rid of a load more. ;)
¥
16 sylv Nov 12, 2006 11:12
please tell me ¥åßßå, is there a simple tool I can download that will count the lines for me?
Counting becomes tiredsome as you may have known
Thanks
17 yabba Nov 12, 2006 11:19
Personally I use [url=http://www.flos-freeware.ch/notepad2.html]Notepad 2[/url] for all my coding, line numbers is one of it's settings.
One of the problems is that the php line numbers don't always marry up with the validator line numbers as the code can spit out more (or less) lines of html than the number of lines of php.
If you look at the top of the validator you'll see an option to "show source", if you select it and click "revalidate" then each of your errors will have the line number hyperlinked to the line in your code, you can then search _main.php for the area that produces that line.
¥
18 sylv Nov 12, 2006 11:23
Very nice of you ¥åßßå.
=> After 2 weeks of heavy coding (which I have never done before), I think I will give it a rest for a few days and then sort it all out if I can.
Thank you for all your help.
Sylv
PS: [u]I just love your site, it's better than digitalblasphemy[/u] :!:
19 yabba Nov 12, 2006 11:26
No problem ;)
¥
Gotta love IE :|
Try adding this to your _main.php, just above </head>
¥