Eclipse
-
What would all the possible reasons be why your footer wont show up?
First of all clean up the code: HTML: div id="footer"> change to Home / About / Our Services / Portfolio / Blog / Contact Us change to: Home / …
-
FTP basics
Download Filezilla: http://filezilla-project.org/ Choose your platform and install... Start Filezilla and fill the info in the fields above
-
Script doesn't work in IE
I solved it myself! ;D There were form-tags missing in the html and after adding them it worked just fine.
-
Script doesn't work in IE
Anyone got some pointers? I'm quite desperate ;-) Never encountered something like this before.
-
Multiple timestamps on a page
Kinda solved this with ajax already, at least for one of the buttons.
-
Centering Twitter Box
You should make the commentbox class position: relative I guess. It at least gives resizing problems
-
Radio Button Keeps Resetting on Submit
Thanks Robskiwarrior
-
Radio Button Keeps Resetting on Submit
You call for a javascript event without declaring the script inside your html, is that possible?
-
Cross Browser Image Positioning Issue
In your html it says align: center for the paragraph which contains the conservatory image In your html, the border and height values aren't within hooks, ie. "200" instead of 200. I don't know what these characters are called i…
-
Website feedback
Thanks for your replies virtual and robst, I've adjusted the nav and images. Are there any other things you would alter?
-
When can I hard code wordpress pages?
Make a page "home" within Wordpress dashboard and assign the home.php template at the bottom-right(ish) of the screen. Like Chris said above, read the codex over at wordpress.org I think you wanna make the news-section a blog instead of …
-
Make child div stay at the bottom of body or html tag.
The above should make sure you're footer is always at the bottom and you can of course alter the height of your footer together with changing the margin-top value (both same value) But the website you used to show an example probably used a bo…
-
Make child div stay at the bottom of body or html tag.
Add the following CSS: html: height: 100%; content-div: min-height: 100%; _height: 100%; /*for ie6*/ footer: height: 100px; margin-top: 100px; Credits to panenko
-
Table Row Hover with Rowspan
Perhaps you can use jQuery/javascript to accomplish the task
-
Table Row Hover with Rowspan
@thomas Can you be a little more specific in what you are trying to accomplish? Using :hover maybe doesn't cut it, since you can only hover one element at a time. Or table:hover ?? That will highlight it all when hovering
-
Website feedback
As far as I know it's written like that in my country, although I mostly see it written as "webdesign" in English as well. I agree with your point on the background images, but without something there it looks really, really dull. An…
-
[Solved] footer doesn't stick at bottom of page
Thanks a lot Panenko, works like a charm. I kinda lost my way for a second.
-
How to make a horizontal content box?
Make a div with an ID in your HTML and assign overflow-x: scroll to it in CSS
-
Wordpress Estate agent website
watch Chris's screencast about The Wordpress Loop (video#91). You should be able to make a category: buildings and then display the buildings-posts by adjusting the loop and make it show on a certain page making a custom template.
-
[Solved] footer doesn't stick at bottom of page
Oh yeah, the problem only appears in larger resolution screens.
-
[Solved] Styling the links in my blog
done, thanks for all the help guys.
-
[Solved] Styling the links in my blog
All that's left is that I would like to lower the comments (post comment, 1 comment, %comments) etc. to a new line (or create a space down)
-
[Solved] Styling the links in my blog
Never mind, i wrapped a div around it