Forum: HTML and CSS Feb 21st, 2005 |
| Replies: 10 Views: 3,361 Dave -- thanks for the tip -- I'm a little confused though. If you're referring to my site specificially (http://www.secondplatform.com) it seems to load fine in IE, Netscape, FireFox. If you have... |
Forum: HTML and CSS Feb 18th, 2005 |
| Replies: 10 Views: 3,361 Well, the bad news is that all of those inconsistencies probably aren't going to go away. I share a lot of your frustrations - especially between browsers. A friend of mine reminds me regularly... |
Forum: HTML and CSS Feb 17th, 2005 |
| Replies: 10 Views: 3,361 For your layout:
TXT IMG
IMG TXT
TXT IMG
You might have three different DIVs... each one being one "row" of your layout. So take that first row... you might have something like this: |
Forum: HTML and CSS Feb 17th, 2005 |
| Replies: 1 Views: 2,289 It's hard to answer this question without seeing your actual layout. Usually what I try to do is separate the page into header, body, and footer. I have a DIV for each of those sections and then... |
Forum: HTML and CSS Feb 17th, 2005 |
| Replies: 10 Views: 3,361 A highly debated point - tables vs. divs. You can use either, and either have their own problems between browsers.
If you look out there, you'll probably find the generally accepted consensus... |
Forum: HTML and CSS Feb 17th, 2005 |
| Replies: 8 Views: 3,727 Hi Autocrat -- can you give us a look at how you did it? I'm not sure I follow what you're doing but would be interested to see...
Glad you found something that works though! |
Forum: HTML and CSS Feb 9th, 2005 |
| Replies: 8 Views: 3,727 Can we get a look at your code? Did you hard code height values? Heights can be tricky sometimes... sometimes I'll use spacer GIFs to get a height exactly how I want it. Doesn't sound like that... |
Forum: HTML and CSS Feb 4th, 2005 |
| Replies: 2 Views: 3,009 You have to specify positioning for the different tags in your CSS. So your findings are correct. It doesn't trickle down like you think... and I would make sure to NOT expect it to trickle down in... |
Forum: HTML and CSS Jan 24th, 2005 |
| Replies: 6 Views: 28,422 Here - if you haven't gotten it, try this:
This should be your TD in your HTML:
<td class="out" onMouseOver="this.className='over'" onMouseOut="this.className='out'"><a... |
Forum: HTML and CSS Dec 26th, 2004 |
| Replies: 8 Views: 10,473 |
Forum: HTML and CSS Dec 26th, 2004 |
| Replies: 8 Views: 10,473 Morning everyone --
Can anyone help me with what is probably very simple?
I have a page where I want to get a variable from the URL and display it... so if my url is... |
Forum: HTML and CSS Dec 7th, 2004 |
| Replies: 2 Views: 2,606 Hi all --
If one would use #includes (SHTML, PHP, whatever) on a site, do those include pages get cached and therefore reduce load time (maybe just minorly) for subsequent pages or subsequent... |