Many, many thanks to you Don, you're wonderfull!
Don Chambers wrote:I noticed something using FF2 - your entry titles are being positioned lower than the purple background that you have... that is because the div width was not specifically defined. Your content area is 680, the date is 90, and the right margin of the entry title is 5 - so make it 585px or less: .content_title {width: 585px}
I also recognized that, but didn't got to this solution ... far to easy I think *lol* well now it seems to work!
Don Chambers wrote:
I see your javascript defined twice as:
<script language="javascript">. Try this instead: <script type='text/javascript'>.
I changed the code, do you mean, that it's possible to wrote both codes into one <script type='text/javascript'></script> instead of using it twice?
Don Chambers wrote:
I would also suggest removing all the comment lines from the second javascript code segment - I believe they are triggering the validation error regarding utf-8 characters.
I did so, forgot to do so, but which error do you mean?
Don Chambers wrote:
I'm not sure where that javascript is being emitted, but I trust you have it enclosed within {literal}{/literal} smarty tags if in a tpl.
hum, I'm not sure whether I understand you right, but used this {rdelim} {ldelim} thing to get the scripts to work (garvin told me so). The scripts I used are to make the commentboxes expandable and collapsable (first script in my code; used in entries.tpl) and the second is to make the smilies under my commentform "clickable"...
Don Chambers wrote:
Immediately following this: <div id="headlinks"> I see this:<a name=""></a>. Does this not require a name, or did some conditional logic not emit one?
It just is an anchor for the "# top"-Link. It seems like I have forgotten to give it a name
Don Chambers wrote:
I see this: <div class="content_title"><a id="extended"></a>. IDs are to be unique to a page. I'm not sure why you even want this anchor positioned before each entry title anchor, so I have no real suggestion here other than to point out the ID issue.
I think this one is some sort of trashy code
Don Chambers wrote:
Your page bottom links all have the same class, and are all floated right. you might try containing them within a single parent div of some kind, then give them each their own class with separate rules. I'm not sure what appearance you were shooting for, so it is difficult for me to make many suggestions there. You might make each of them a <span> so that they display inline by definition (you can still do it with css even if they remain <div>s.
I think I get rid of this now...
So many things solved, thank you very much!
But I still have some problems. In IE6 it looks like this
Screenshot IE6
There is this white box under "Kommentar schreiben", which isn't there in any other browser?
And in FF < 3.0 the stars of the karma plugin aren't centered.
And last but not least this problem with the headline which isn't in the header where it should be, in IE < 7 and 8
Screenshot IE6 and in IE6 the .content_title-Thing isn't correct yet
Thank you for your effort!