Here is a link to a page about the CSS Content property, which should do what you are thinking of. Problem, of course, is browser support - I don't think...
14177
Edward Ocampo-Gooding
edward.og@...
Apr 15, 2007 11:24 pm
... Hi Antoinette, I haven't been following this thread, but you might want to look into Google Analytics to do what you're asking. Also, not to nitpick, but...
14178
Mike Behnke
behnke_mike
Apr 15, 2007 11:24 pm
You don't need a database, but you probably need a bit of server side code to process the file and write it to where it belongs. Basically you use a input...
14179
Nathan Woods
slope_basher
Apr 15, 2007 11:24 pm
Hit counters are so 1990... Doesn't your web host offer online statistics? If so, you will have a wealth of data about site traffic and use, right there at...
14180
Eddy Prescott
eddyprescott@...
Apr 17, 2007 2:10 pm
Hi Babblers, I would like to demonstrate to our company the advantages of switching our website to an xhtml + css based setup. However I am having big problems...
14181
Big John
johnthebig66
Apr 17, 2007 2:57 pm
... This is part of the problem: Html, body { height:100%; } ..and here is the rest: #wrap { ... height: 100%; ... } That div takes its height as a % of its...
14182
Eddy Prescott
eddyprescott@...
Apr 18, 2007 9:40 am
Thanks for all the help. I think the result looks ok! http://www.koppermann.com/index_linksbeispielxhtml.htm Eddy ...
14183
brettg98
Jul 28, 2007 9:58 pm
Hey folks, I am relatively new to CSS (used to be a tables guy - shudder), and I am having some issues getting my layout to look the same in IE and Firefox. I...
14184
Big John
johnthebig66
Jul 28, 2007 10:58 pm
... Brett, It's just that IE wrongly allows text-align to center internal block elements, and not just inline content as is required. Usually it doesn't matter...
14185
Big John
johnthebig66
Jul 29, 2007 2:18 am
... You need to zero out all default margins and paddings on elements like p, ul, li, body, etc. Then the browsers should all display in the same way and you...
14186
Mary Keitelman
spectaclebear
Aug 1, 2007 4:24 am
I have a project with a set of nested divs. -- Some divs contain <UL><LI><A> -- where there is a background image on the LI and two on the <A> (for hover, for...
14187
Big John
johnthebig66
Aug 1, 2007 7:00 am
... In such a case it is really required to provide a live example, or else it's just wild speculation on our part. John -- Perennial student + Impractical...
14188
David Hucklesby
davidrop56
Aug 2, 2007 5:17 pm
... Hi Mary, As Big John says, we need more information. But do note that CSS 2.1 does not allow more than one background-image on a single element. I think...
14189
Julia van der Wyk
food_pouch
Aug 2, 2007 5:18 pm
Hello, I am new to blog technology, I hope that there are some experts out there who can help me figure this out! My client has a blog that does not seem to be...
14190
christopherschmitt
christophers...
Nov 7, 2007 7:59 pm
Hi, Babblers, Wanted to let you know that I'm having a contest for those people that have a copy of CSS Cookbook (any edition), a camera and a flickr account....
14191
ellenrothwax
Nov 13, 2007 6:23 pm
I have created a website in dreamweaver using the drop down nav bar described in the book 'Stylin with css'(Chapter 7). It works fine in IE7, firefox, netscape...
14192
ellenrothwax
Nov 13, 2007 6:23 pm
I also tried using a spry widget (horizontal menu). When inserted into my page, it doesn't work in ie6 either. My page is based on dreamweaver39;s...
14193
christopherschmitt
christophers...
Dec 9, 2007 7:50 pm
Hi, Babblers, Is there an easy way to integrate RSS feeds into a Web document? I'm debating using a JavaScript or PHP5 approach. Anyone have any tips on how to...
14194
Chris Spruck
sprocket_42
Dec 9, 2007 9:23 pm
... Chris, I haven't used this myself yet, but I've heard nothing but good reports about PHP-based SimplePie. They have a pretty extensive wiki with docs,...
14195
Ian Smith-Dahl
kyldthecat
Dec 10, 2007 4:21 am
A few more ideas, with a variety of approaches (Python, PHP, Flash): http://magpierss.sourceforge.net/ http://www.feeddigest.com/ ...
14196
Ren Jonsin
renjonsin
Dec 10, 2007 4:21 am
Dangit. Let's try it from the right email address this time. lol ... [Non-text portions of this message have been removed]...
14197
Bjorn Smith
bjorneriksmith
Dec 11, 2007 12:13 am
Hi, will I lose data in a MySQL table column if I change it's type from TEXT to LONGTEXT? Does MySQL erase everything, or will it be smart enough to copy the...
14198
Rob Pluta
ihemiola
Dec 19, 2007 4:20 am
Anyone still out there? I'm trying to spruce up my media="print" style sheet and my logo looks fine in Firefox (Mac OS) and is not displaying in Win IE 6. ...
14199
christopherschmitt
christophers...
Dec 19, 2007 3:56 pm
Hi, all, I've been working the past year with a handful of very talented people to create the book _Adpating to Web Standards: CSS and Ajax for Big Sites_. The...
14200
Paola M. Potts
pmpotts2000
Dec 19, 2007 4:23 pm
In your html the header with the logo is an a img but then in your print CSS you have: a img { display: none; } This is why the header with the logo is not...
14201
James Smith
thisisjamess...
Dec 19, 2007 4:23 pm
just get rid of a img{display:none;} and it should be fixed. I'm not sure why Firefox is displaying the logo though - with this rule in place it shouldn't...
14202
Maurice
thinsoldier
Dec 19, 2007 4:23 pm
If you mean it's not there when you PRINT, then it's because by default no browsers print background images. Sucks, I know. If you want your logo to print then...
14203
ellenrothwax
Dec 31, 2007 6:58 pm
Is there a way to preserve my extension manager if I reformat my computer and upgrade to DW CS3 from DW8, or do I have to go thru the tedious exercise of...
14204
anon7648
Mar 19, 2008 8:10 pm
anyone know a site as great as a list apart? I am into standards simplicity and easily acessable sites. good to see this group here, I am from UK, learning css...
14205
Big John
johnthebig66
Mar 19, 2008 8:55 pm
... Babble is an old list with a lot of pros, but it's become forgotten by the rest of the web. So you are lucky, but you'll have to ask the questions because...