There are websites that I've been to that has a table of three columns of information. Usually the middle cell adjusts and fills up the whole screen depending...
12732
Edward Ocampo-Gooding
edward_og
May 2, 2004 5:39 am
Are you sure those are tables and not just a good example of css? Something like this: http://glish.com/css/7.asp perhaps? If so, then that's css at work. You...
12733
jey
j@...
May 2, 2004 5:39 am
ian ::..::..:..... Below is a link to a SitePoint book that will help you with this subject. http://www.sitepoint.com/books/css1/ It does a good job of...
12734
Todd R. Warfel
lists@...
May 3, 2004 2:29 pm
[apologies for the cross-post] I'm looking for a good icon designer. I seem to recall someone posted a Russian Icon Designer who had done some work for them...
12735
Rob Beric
rberic@...
May 3, 2004 4:55 pm
I was wondering if anyone knew how easy/difficult it is to create a secure site. I have a client who wants to have a members only section with info posted,...
12736
jey
j@...
May 3, 2004 9:42 pm
Rob: If the time-frame is short and you can fit it into your budget, purchasing a content management system (CMS) may be a good bet. If your experience with ...
12737
Joseph Melton
jmelton@...
May 3, 2004 9:42 pm
CSS is my best friend. glish and w3schools are excellent sites. Here are some other sites: http://www.alistapart.com/ ...
12738
Nathan Woods
slope_basher
May 3, 2004 10:13 pm
... On this topic, does anyone use CSS-P for sites where the Client wants to have edit capability in Cintribute 2.0? I'm told that Contribute does not handle...
12739
David Logan
davidalanlogan
May 4, 2004 1:17 pm
Hi All Wonder if you can help. I'm wondering if anyone has any experience of implementing nearest radial searches with postcode data. Ideally I'm looking for...
12740
Christopher Schmitt
christophers...
May 4, 2004 3:04 pm
Hi, David, ... First, you might want to take a look at Zipdy <http://www.cryptnet.net/fsp/zipdy/> It requires postgreSQL. However, there's another version of...
12741
natrllegacy
May 4, 2004 4:44 pm
Hello, I just joined this list. I have a question.. I designed a site recently with XHTML and CSS. I ran the XHTML through a validator (no errors) but when I...
12742
Porter Glendinning
apglendi
May 5, 2004 3:43 am
... Just a hunch, but your Web server is probably not serving up your style sheet with the proper Content-type header. It needs to be configured to send the...
12743
Etienne Martin
etienne@...
May 5, 2004 1:26 pm
... I don't know if this is the right point, but your header contains useless characters (space in an URI, surnumeral double quote) that could mislead a...
12744
sugarplum0978
May 5, 2004 4:34 pm
Hi all, I built a sculpture website (http://www.dellonix.com) in Dreamweaver, and am having problems with the layers. (Here's one of those multi-layered sites...
12745
Oleg Sverdlov
oleg_sverdlov
May 5, 2004 4:35 pm
Dear fellows, Has anyone had any success in inserting images inside the <OPTION>...</option> tags? so far the only browser that supports background-image is...
12746
David Husnian
davidhusnian
May 5, 2004 4:35 pm
Date: Mon, 3 May 2004 15:13:06 -0700 (PDT) From: "Nathan Woods" <nwoods@...> Subject: Re: RE: Tables & Contribute 2.0? ... On this topic, does...
12747
rberic@...
May 6, 2004 1:51 pm
Yesterday I sent out a request for help with my layout along with a bunch of code in the email. Please ignore it. I figured it out 5 minutes later turns out...
12748
Rob Beric
rberic@...
May 7, 2004 12:38 pm
I was wondering if it was just a glitch I've been having or if other people have the same problem. I've been using unordered lists for my menus and have had...
12749
bushleaguer77
May 7, 2004 12:45 pm
Can anyone help me with this? I have a site: http://www.spreadthejam.com/otherbands.html which is a MP3 download site. I thought I built it correctly but for...
12750
coastalcg44139
May 7, 2004 12:45 pm
I'm very new to css, so apologies for a newbie question. I'd like to use color (sparingly!) to categorize pages - for example, forms/contact page(s) might be...
12751
Szilard
c_lard_lizard
May 7, 2004 12:47 pm
Some of the users of my site use File Manager instead of IE or Netscape, and it seems a couple of things does not work properly. For example passing variables...
12752
Porter Glendinning
apglendi
May 7, 2004 12:49 pm
... Can you post a URL to a sample? -- Porter Glendinning mailto:porter@... Web Commando http://www.g9g.org...
12753
Porter Glendinning
apglendi
May 7, 2004 12:58 pm
--=< Referenced URL >=----------------------------- http://www.spreadthejam.com/otherbands.html ... The files don't seem to exist on the server where you're...
12754
Nathan Woods
slope_basher
May 7, 2004 1:03 pm
This is the link path in your markup: <a href="mp3/other%20bands/pink%20floyd/11-21-70/01_astronomy%20domine.mp3" ... Perhaps you need a '/' before the first...
12755
Nathan Woods
slope_basher
May 7, 2004 1:06 pm
Also, that %20 you are seeing is the result of your use of blank spaces in your file names. Webservers hate spaces. Try to keep your naming conventions to...
12756
jey
j@...
May 8, 2004 5:07 pm
Being baffled by the simplest of issues is what I love most about web standards support ... but please, save me from my bliss. I have posted two pages for...
... Hi Jim There is no way in pure CSS to do exactly what you are describing. Although there are a number of different techniques you could employ to keep the...
12759
Seuss
coasterseuss
May 10, 2004 5:31 pm
Can anyone help me resolve this minor layout issue I am having? I am admittingly a bit new to CSS so trying to suffer through. Long page = OK...
12760
Big John
johnthebig66
May 10, 2004 6:22 pm
... You need to add this just before the end tag of #content: <div style="clear: both;"> </div> Then to prevent the inevitable IE Peekaboo bug, add: /*...