Forum: HTML and CSS Apr 15th, 2008 |
| Replies: 7 Views: 1,107 tizag
alistapart
cssplay
And Practice practice practice.
Avoid using Hacks, there are plenty of work arounds, and it will save you headaches when newer browsers come out.
Validate code as... |
Forum: HTML and CSS Apr 14th, 2008 |
| Replies: 1 Views: 436 What are you using for that email form?
If you are getting alerts, I'm going to guess it may be a Javascript form?
You may want to reconsider (or at elast test with JS disabled), as it could be a... |
Forum: HTML and CSS Apr 14th, 2008 |
| Replies: 11 Views: 2,625 Glad to see I'm not the only one.
Hey, maybe, eventually, oneday... the net won't be filled with such pretty (useless) designs and sites? |
Forum: HTML and CSS Apr 14th, 2008 |
| Replies: 17 Views: 3,797 Okay... not wanting to come across as critivcal... but does this have to be tables?
You have 3 content zones... and not more than 1 item per row?
That would be 3 divs... thats it!
Maybe 1 outer... |
Forum: HTML and CSS Apr 14th, 2008 |
| Replies: 7 Views: 2,022 Do not rely on IE to give you a 'true' image as to how the page will load.
For a better picture, test in multiple browsers (such as Mozilla Firefox, Opera etc.).
IE has far to many 'easy' bugs... |
Forum: HTML and CSS Apr 14th, 2008 |
| Replies: 17 Views: 3,797 Well, is the table a fixed width?
Or if percentile, how much of a gap is left?
Dare I say it... you could paste it all in here
(last resort).
I'll grab a copy and work it over. |
Forum: HTML and CSS Apr 13th, 2008 |
| Replies: 17 Views: 3,797 You have little choice.
Vertical alignment isn't really something that can be easily done.
If the pages are 'tall' or 'long' (ie. they won't fit in the viewport and you have to scroll), then you... |
Forum: HTML and CSS Apr 13th, 2008 |
| Replies: 17 Views: 3,797 Not wanting to sound funny... but we could do with a little more detail.
Okay, so you want to vertically align it...
what size is it?
Is it a fixed height or will it vary?
Can you not supply... |
Forum: HTML and CSS Apr 13th, 2008 |
| Replies: 11 Views: 2,625 ANd thats why so many Programmers have to use skills from other people!
Please, think logicially.
If you have a TEAM, then it needs to work as one.
Therefore everyone in volved has to have input... |
Forum: HTML and CSS Apr 13th, 2008 |
| Replies: 7 Views: 5,193 Okay... you say that you want it to take on the same style as outside the list.
Please tell me you have styling for Paragraphs...????
If so, simply use a Paragraph inside the List (should still... |
Forum: HTML and CSS Apr 13th, 2008 |
| Replies: 7 Views: 5,193 There may be a solution, but I can almsot gaurentee that it will only work on a few browsers! |
Forum: HTML and CSS Apr 12th, 2008 |
| Replies: 11 Views: 2,951 So what page are we meant to be looking at now????
As when I look at
http://galerija.myartsonline.com/
in IE6 or MFF it seems to be the same (works with window resize, link hover etc.).
??? |
Forum: HTML and CSS Apr 11th, 2008 |
| Replies: 5 Views: 6,318 Two methods I can think of.
You have the image property for Lists, and you have the background-image proprerty also.
li
{
list-style-image: url(yourimage.ext);
} |
Forum: HTML and CSS Apr 11th, 2008 |
| Replies: 11 Views: 1,947 Well, best of luck.
If you are not the store owner, and not apprised them of the alterations and limitations of what you are implementing, you could be leaving them open to legal action as well as... |
Forum: HTML and CSS Apr 11th, 2008 |
| Replies: 11 Views: 2,625 Sorry... going to disagree on that one.
If you let designers design, with no input from developers or users, then you are running the risk of getting a website that will fail.
You need input... |
Forum: HTML and CSS Apr 10th, 2008 |
| Replies: 2 Views: 565 Well, thats done with script.
Tehre are multipel ways to do it... I'd say the more "reliable and safe" methods depending on your server (php/asp etc.).
You could do it with JS... but please be... |
Forum: HTML and CSS Apr 10th, 2008 |
| Replies: 11 Views: 2,625 Well... I'd go with something similar to ...TommyBS...
You can put in an image and tell it to be 100% 100%... that would get the result you are after... sort of.
I suppose if oyu really want to... |
Forum: HTML and CSS Apr 10th, 2008 |
| Replies: 6 Views: 954 Well, for a "quick fix"...
right after you middle div...
add a non breaking space...
<div id="middle">
Of course, it would help if you had a Doc Type, had a 0 (zero) for padding... |
Forum: HTML and CSS Apr 10th, 2008 |
| Replies: 6 Views: 954 Any chance of you being a little more specific as to which sections (putting Here1 and Here2 would have been very helpful). |
Forum: HTML and CSS Apr 10th, 2008 |
| Replies: 1 Views: 575 Never used DW in my life... but I can have a guess for you.
If the ARticle is held in a DB, then you should beable to "fetch it"...
If you have cvreated the article so it has split content fields... |
Forum: HTML and CSS Apr 8th, 2008 |
| Replies: 2 Views: 547 Oh, and try not to copy those forms, as they are kind of "poor" examples of accessibility.
It would probably be worht making a few "practice forms" and getting the functionality working... then... |
Forum: HTML and CSS Apr 8th, 2008 |
| Replies: 2 Views: 547 Okay... making a form is not reliant upon server side scripting... making the form do something often is.
On the upside, if all you are wanting is something for emails, then the chances are your... |
Forum: HTML and CSS Apr 8th, 2008 |
| Replies: 11 Views: 1,947 Okay... not exactly a match... but a damn site cleaner/leaner/accessible...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html... |
Forum: HTML and CSS Apr 8th, 2008 |
| Replies: 11 Views: 1,947 Okay... we're obviously at different ends of the "user" spectrum.
Yes... I can see your point about getting people to "upgrade"... but if they are upgrading, it's because they have the old... |
Forum: HTML and CSS Apr 8th, 2008 |
| Replies: 11 Views: 1,947 IS there not a page for us to quickly look at?
Would help us if we could "see" it in different browsers.
Further, in most cases, what works in "most vbrowsers2 should work in others with a few... |
Forum: HTML and CSS Apr 7th, 2008 |
| Replies: 11 Views: 2,951 It doesn't help with the tables in there.
Still, try applying one of the standard IE fixes to the parent container and/or the items (the image wraps)...
position: relative;
zoom: 1;
display:... |
Forum: HTML and CSS Apr 7th, 2008 |
| Replies: 4 Views: 5,762 Fair enough.
www.soldiers-league.com
have a look at that one |
Forum: HTML and CSS Apr 7th, 2008 |
| Replies: 4 Views: 5,762 Hmm... pause and think a moment.
Are you selecting a List Item... or a Link?
You should maybe be assigning the "selected" class to the <a> instead of the <li>?
Give that a go, and see how you... |
Forum: Website Reviews Apr 7th, 2008 |
| Replies: 1 Views: 480 Sorry... but I'm not able to actually see them.
The first one shows up with an error, cannot be found, the second shows up with a typical DN holding page.
??? |
Forum: HTML and CSS Apr 7th, 2008 |
| Replies: 2 Views: 1,850 You should be able to resize the text using CSS.
h1
{
font-size: 1em;
font-weight: normal;
}
That should resize the contents of any h1 (nopte, in some DocTypes there should only be 1), to... |
Forum: Site Layout and Usability Apr 7th, 2008 |
| Replies: 1 Views: 815 Thats basic CSS Tab menus.
Plenty of examples on line, and a few different ways of doing it.
Basically, you use css background images (either for the curved ends, to to put a curve on the corners).... |
Forum: HTML and CSS Apr 7th, 2008 |
| Replies: 3 Views: 2,354 Any chance of you informing others how this was solved if possible... that way others may benefit as well :D |
Forum: HTML and CSS Apr 7th, 2008 |
| Replies: 11 Views: 2,951 Chances are it is Width.
Is there a wrapper around those images?
If so, does it have a width set?
Does it have any Margins/Padding set?
Is it (or the contents) floated?
I know it's frustrating... |
Forum: HTML and CSS Apr 7th, 2008 |
| Replies: 6 Views: 1,112 It's down to how hte Browsers tend to repond - DocTypes tend to act as "how to read this" instructions to the Browser.
You'll find things like Quirks mode and the Box model in IE are different than... |
Forum: HTML and CSS Apr 6th, 2008 |
| Replies: 9 Views: 902 Okay... I hope this helps a little...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"... |
Forum: HTML and CSS Apr 6th, 2008 |
| Replies: 9 Views: 902 Okay... is there a reason for that behaviour?
If you want fluid/flexible designs, there are other methods to achieve it than that.
Have you tried making 3 seperate content divs?
first one for... |
Forum: HTML and CSS Apr 6th, 2008 |
| Replies: 9 Views: 902 If you can, post the URL or use a "tinyurl"... I'll have a look and see what can be easily done to fix things. |
Forum: Site Layout and Usability Apr 6th, 2008 |
| Replies: 6 Views: 1,352 Well, if you send a link to the site, I'll pop in and have a look.
sometimes it's possible to "re-organise" a little to avoid the problem anyway. |
Forum: HTML and CSS Apr 6th, 2008 |
| Replies: 9 Views: 902 Well, you may want to rethink your design.
It's not hte menu at fault if "everything moves".
As I said, try looking at a list apart... they have several references to CSS based (JS enhanced for... |
Forum: HTML and CSS Apr 6th, 2008 |
| Replies: 3 Views: 2,354 Oh.. .and a quick check in Google...
http://www.codeguru.com/forum/archive/index.php/t-15117.html
(sorry folks...)
See if that helps. |