Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 500
Search took 7.48 seconds.
Search: Posts Made By: Excavator
Forum: HTML & CSS 04-18-2013, 05:00 AM
Replies: 3
Views: 131
Posted By Excavator
Just edit the HTML, take out the header and...

Just edit the HTML, take out the header and footer there.
Adjust the width of columns in the CSS.
Forum: HTML & CSS 04-17-2013, 04:05 PM
Replies: 3
Views: 131
Posted By Excavator
Hello lixiao, The simplest 2-column layout is...

Hello lixiao,
The simplest 2-column layout is like this demo (http://nopeople.com/CSS%20tips/simple_2-column/index.html).

To have your columns fill the entire page no matter which has more...
Forum: HTML & CSS 04-17-2013, 02:34 PM
Replies: 7
Views: 261
Posted By Excavator
#wrapper { background-color: #FFFFFF; ...

#wrapper {
background-color: #FFFFFF;
background-image: url("../Images/center_line.png");
background-position: left center;
background-repeat: repeat-x;
color: #000000;
...
Forum: HTML & CSS 04-17-2013, 01:59 AM
Replies: 28
Views: 495
Posted By Excavator
What a day you've had! Sorry I've been gone all...

What a day you've had! Sorry I've been gone all day... I did work this up though - link to .rar file (http://nopeople.com/qim/qim.rar).
Forum: HTML & CSS 04-16-2013, 05:25 PM
Replies: 28
Views: 495
Posted By Excavator
http://pintotours.net/lasttest/Europe.html just...

http://pintotours.net/lasttest/Europe.html just has a </div> tag out of order. You close .page too soon.

You should keep a backup of your current working version so you always have something to...
Forum: HTML & CSS 04-16-2013, 05:09 PM
Replies: 7
Views: 261
Posted By Excavator
There's nothing wrong with using percentages, you...

There's nothing wrong with using percentages, you just need to make sure that left and right add up to 100% and using px measurements for padding mess that up.

% widths inside a fixed px width...
Forum: HTML & CSS 04-16-2013, 04:12 PM
Replies: 28
Views: 495
Posted By Excavator
The validator is tell you that the font element...

The validator is tell you that the font element should not be used anymore. You are right in adding that styling to your CSS but you must also remove the inline styling - inline styling overrides CSS...
Forum: HTML & CSS 04-16-2013, 04:04 PM
Replies: 5
Views: 284
Posted By Excavator
Maybe it would be easiest to just start over...

Maybe it would be easiest to just start over completely. With all the added id's, classes and styling you've just made it way more complicated than it needs to be.

One thing I should point out,...
Forum: HTML & CSS 04-16-2013, 03:41 PM
Replies: 5
Views: 284
Posted By Excavator
You didn't change the positioning? Look at my...

You didn't change the positioning? Look at my first reply again, the last sentence suggest removing the positioning.

For a quick visual demonstration on where that width is coming from, put a...
Forum: HTML & CSS 04-16-2013, 03:32 PM
Replies: 2
Views: 349
Posted By Excavator
Hello SabaGEO, I'm not sure how you're...

Hello SabaGEO,
I'm not sure how you're presenting that image that it would move around. Typically, if you want something to stay put you position it relative to it's parent.

See a quick...
Forum: HTML & CSS 04-16-2013, 04:00 AM
Replies: 1
Views: 120
Posted By Excavator
Hello A-Town, The li.current_page_item seems to...

Hello A-Town,
The li.current_page_item seems to line up fine in FF21.

If it didn't you should align the li or the anchor, not the hovered state of the anchor.

Looks right in IE10 also.
Forum: HTML & CSS 04-16-2013, 03:54 AM
Replies: 28
Views: 495
Posted By Excavator
Here is the markup validated. See how <div...

Here is the markup validated. See how <div id="navbar"> is in the body of the document now, instead of the head?

You will need to use margins to put spaces where those line breaks were and use CSS...
Forum: HTML & CSS 04-16-2013, 01:31 AM
Replies: 28
Views: 495
Posted By Excavator
Your #navbar is still in the head of your...

Your #navbar is still in the head of your document. You should finish validating.
Forum: HTML & CSS 04-16-2013, 12:28 AM
Replies: 7
Views: 261
Posted By Excavator
Hello wortmann, Actual link:...

Hello wortmann,

Actual link: http://leinster-tkd.com/Contacts.html

Have a look at a simple 2 column layout (http://nopeople.com/CSS%20tips/simple_2-column/index.html) for an...
Forum: HTML & CSS 04-16-2013, 12:18 AM
Replies: 28
Views: 495
Posted By Excavator
I suck at design. I'm not an artistic person and...

I suck at design. I'm not an artistic person and even when I see something I like I can't tell you why.
Some coding suggestions though...

I think you're coming along in development nicely. That...
Forum: HTML & CSS 04-16-2013, 12:04 AM
Replies: 28
Views: 495
Posted By Excavator
I'm unemployed right now so I drink a lot of...

I'm unemployed right now so I drink a lot of beer! Do you already own a bicycle?






Move it in your markup, like this -
Forum: HTML & CSS 04-15-2013, 11:59 PM
Replies: 3
Views: 183
Posted By Excavator
When your positioning things, don't use float....

When your positioning things, don't use float. It's either/or, not both.

Although float: inherit; is valid, there are only a few times you will ever need to use it. None of what you're doing so...
Forum: HTML & CSS 04-15-2013, 11:45 PM
Replies: 28
Views: 495
Posted By Excavator
That's great :thumbsup: .../edit And...

That's great :thumbsup:


.../edit And good on you for finding the class/ID mixup!
Forum: HTML & CSS 04-15-2013, 11:12 PM
Replies: 3
Views: 183
Posted By Excavator
Hello wayne16201, If you want those elements...

Hello wayne16201,
If you want those elements fixed in position, why do you have them relative?
Have a look at a quick tutorial that covers the very basics of positioning here...
Forum: HTML & CSS 04-15-2013, 11:08 PM
Replies: 28
Views: 495
Posted By Excavator
You should check your code with the validator and...

You should check your code with the validator and study it a bit before posting a question like this :eek:

Your CSS, will work... though some is wrong and some is doubled.
Your markup though, ...
Forum: HTML & CSS 04-15-2013, 10:46 PM
Replies: 28
Views: 495
Posted By Excavator
That's not what you're trying to do. That's going...

That's not what you're trying to do. That's going to add a class to that div element called .ul along with the class .navbar

Your markup structure already had a .navbar ul the way it was. The CSS...
Forum: HTML & CSS 04-15-2013, 08:32 PM
Replies: 1
Views: 147
Posted By Excavator
Hello ditchweed, Look at this demo for one...

Hello ditchweed,
Look at this demo for one method - http://nopeople.com/CSS%20tips/menu_centered_dropdown/index.html
Forum: HTML & CSS 04-15-2013, 06:43 PM
Replies: 28
Views: 495
Posted By Excavator
Hello qim, You need to know about specificity...

Hello qim,
You need to know about specificity (http://www.htmldog.com/guides/css/intermediate/specificity/).

Some suggestions:

You can give those ul's separate id's like this <ul...
Forum: HTML & CSS 04-15-2013, 06:35 PM
Replies: 12
Views: 341
Posted By Excavator
Sorry I wasn't more help...

Sorry I wasn't more help...
Forum: HTML & CSS 04-15-2013, 04:48 PM
Replies: 3
Views: 137
Posted By Excavator
You're in the right place for that - lot's of...

You're in the right place for that - lot's of smart people here.

...
One other default you might want to know of. Your item1/2/3 buttons don't go all the way to the left of the page because there...
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT +1. The time now is 10:45 PM.