pullman
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Gaah, how do I do this?Thank you so much for this. I appreciate it a lot.
Here’s a brief follow-up question.
I have made another submenu, above the Wallpapers link. Now this one is completely to the left. Is there a way to have separate positioning for two submenus?
EDIT: Perhaps there’s a way in CSS to define a class or something for that second menu?
And your point about the title is well taken too 🙂
Kind regards and thanks for taking the time to reply
PhilipForum: Themes and Templates
In reply to: Why don't the CSS tabs show?bump 🙂 Perhaps I need to include more info?
Forum: Themes and Templates
In reply to: Footer moved to the left — but only on one page…Thanks this is really helpful and I appreciate how much help and time you’ve given me!
I just realised what it was. In the page I created in WordPress there was an extra
</div>at the end. Removing that one – and I only realised this when I counted through all the divs from header.php to footer.php – moved the footer back into place.Thanks once again for all your assistance. I am very very grateful.
All the best
PhilipForum: Themes and Templates
In reply to: Footer moved to the left — but only on one page…You have true eagle eyes! I simply did not notice this. I am very grateful that you discovered this.
But now I am in a quandry. All my pages are based on the same template and the structure (#container-#container-inner-#inside-widgets) should look the same on all of them. How can it differ on the About page?
Cheers and thanks once more
/pForum: Themes and Templates
In reply to: Footer moved to the left — but only on one page…Thanks for the reply.
Yes I tried that but the problem is that the links in the footer will still be off by about ten pixels. So when moving between the About page and any other page it will look as if the links jump.
It is weird that it only happens on the About page.
Any idea what could be the reason?
Cheers
PhilipForum: Themes and Templates
In reply to: CSS menu question – different styling on sublevels possible?Thanks Jason. Yes this helps a lot! The first level of the menu is now centered.
But I am not able to center also the second level, ie the horizontal “pop up” menus above the Galleries and Wallpapers links.
Any ideas on how to fix that? I tried wrapping those tables in divs as well but that had no effect.
Thanks in advance
/pForum: Themes and Templates
In reply to: How make whole clickable?The forum doesn’t like LI tags, even inside of code tags or backticks.
Ah, I see. Oddly enough in Safari all looked well.
You could try getting rid of the absolute positioning on the sub ul, then giving the sub a fix width and a text-align:center;.
Unfortunately it didn’t work. That put the sub li in a vertical (though nicely centered) list).
Forum: Themes and Templates
In reply to: How make whole clickable?Btw what the heck’s wrong with the latest version of Chrome – it completely messes up this forum…
edit: It’s the forum it seems – also FF4 makes the page looks weird.
Forum: Themes and Templates
In reply to: How make whole clickable?Sweet, that did the trick. Thanks esmi.
While on the topic of
- — would you know if it is possible to horizontally center the links in the two sub-menus (above Galleries and Wallpapers)?
Centering for instance the Galleries links will not look good on the Wallpapers links. Basically, is it possible to have different styling for the same
- ?
Forum: Fixing WordPress
In reply to: Is this possible without flash?Anyone?
Ok thanks for your help.
Thanks very much for the reply.
#nav li a {float:left; color:#000; margin:0 25px 0 10px; height:20px; line-height:20px; text-decoration:none; white-space:nowrap;}
for instance changing the 25px to 21px.The links in the Skeleton menu “float” (if that’s the right word) from the left, meaning that when I change the margins of
nav li athe extra space is added from the left. That makes it a bit of guess-work to figure out how to center the menu.I assume extra space added by adjusting the margin would be evenly spread if the links in the menu floated in the center somehow. Can this be done?
but also keep in mind, that any browser without the verdana font will display the line totally different.
I would have hoped Verdana is a pretty common font today. Isn’t that the case?
Thank you for your assistance.
/pUnfortunately, these lines are not visible in IE7 or FF3.6.
That’s odd. They appear on my PC in IE8, incl in compatibility mode, and in FF3.6. On Chrome, FF3.6.8 and Safari on the Mac they’re also visible. I mean the navigation menu and the copyright text (sorry if I wasn’t clear).
Thank you for tipping of the pastebin service – I wasn’t aware of that.
I’ve pasted footer.php into this bin and style.css into this bin.
I’m grateful for your help.
philipForum: Themes and Templates
In reply to: Turn css pullup menu into a drop-line menu?Anyone?
Forum: Themes and Templates
In reply to: sidebar css helpCould it be the 7 px padding around the .art-blockcontent-body? Style.css line 816.
- — would you know if it is possible to horizontally center the links in the two sub-menus (above Galleries and Wallpapers)?