| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | I have a site where I am setting a style dynamically, using the JS
statement:
obj.style.backgroundImage = 'url(img/bak_page.jpg)';
where 'obj' is...
C A Upsdell
|
08-11-2004 03:06 PM
Harlan Messinger | 1 | 88 |
|  | Thank's for all your help there, much appreciated. I have now got
something that seems to work - it involves using some very thick top
and bottom...
Vic
|
08-11-2004 10:48 AM
Gus Richter | 6 | 124 |
|  | Hi,
Code is posted below.
I have a DIV that is placed within another div. The problem is on the
first div, (which is meant to be a header) I cant...
Harry
|
08-11-2004 01:10 AM
Gus Richter | 3 | 105 |
|  | Hi guys, I got a small problem which is driving me mad.
I don't know if what I want to do is impossible or I am just overlooking
something stupid, in...
UnderTaker
|
08-11-2004 12:05 AM
Gus Richter | 1 | 99 |
|  | I'm trying to set the width of a textbox via a style sheet but it isn't working for Netscape 4.7
This is what the page looks like:
<form>
<input...
Jeff Nibler
|
08-10-2004 02:04 PM
Stephen Poley | 16 | 203 |
|  | This is one of several macros I wish to display:
<PRE CLASS="special macro>
;;
;; Reverse argument list
;;
reverse_args MACRO arglist:req
local txt,...
Alan Illeman
|
08-10-2004 12:26 PM
jmm-list-gn | 1 | 103 |
|  | I continued on the example shown earlier today:
http://gusgus.cn/test/index.html
Now I get some unwanted space in Firefox (the red space just below...
Gustaf Liljegren
|
08-10-2004 02:10 AM
Gus Richter | 7 | 111 |
|  | I use to trust Firefox, but in this case, I don't know what to think. My
test page:
http://gusgus.cn/test/index.html
IE6 does the right thing. The...
Gustaf Liljegren
|
08-09-2004 10:47 AM
Gustaf Liljegren | 5 | 137 |
|  | Archive-name: www/stylesheets/newsgroup-faq
Posting-Frequency: once a week
Last-modified: 2004-07-26
Version: 2.00
URL:...
Jan Roland Eriksson
|
08-09-2004 09:34 AM
Jan Roland Eriksson | 0 | 101 |
|  | Anybody want a job helping make this page compatible with Mac IE?
Please email me your cost estimate and timeline!
maxine (AT) greensites (DOT)...
Maxine
|
08-09-2004 09:07 AM
Maxine | 1 | 109 |
|  | I believe that code has a mistake. You're supposed to have a comma, not
a space, between selectors that apply to the same group of styles.
See the...
rem642b@Yahoo.Com
|
08-09-2004 08:44 AM
Sam Hughes | 2 | 105 |
|  | hi guys, i was wondering if you could help me with a small problem. i
need to have an <iframe> to behave like a <div>, in such a manner
that:
1) the...
O.J. Tibi
|
08-09-2004 01:05 AM
O.J. Tibi | 0 | 138 |
|  | On Sun, 8 Aug 2004, Ian wrote:
Indeed. Google for "the amazing em unit" to see that the idea isn't
exactly new...
The question gets asked...
Alan J. Flavell
|
08-08-2004 06:38 PM
Alan J. Flavell | 0 | 108 |
|  | Hi there,
I have a web application that will be deployed for multiple clients. I
would like to have a set of styles that apply to the site that can...
Andrew Bartle
|
08-08-2004 04:51 PM
Andrew Bartle | 4 | 100 |
|  | How do I set several different properties for PRE in
a CSS stylesheet, rather than resorting to this:
<BODY>
<PRE...
Alan Illeman
|
08-08-2004 04:01 PM
Alan Illeman | 7 | 104 |
|  | MS is supposed to be releasing SP2 for XP very shortly. There are supposed
to be updates for IE6 in it. I know that SP2 is primarily a...
dp
|
08-08-2004 02:31 AM
kayodeok | 1 | 95 |
|  | (Discussion started in c.i.w.a.h. under Subject "image alt style pop up
for text", now changed to discussing the use of a title="..." attribute
to...
Jukka K. Korpela
|
08-07-2004 11:19 AM
Jukka K. Korpela | 2 | 93 |
|  | Hi
I have a big form with a lot of input fields.
I would use a pretty CSS to make page more readable:
- what style do you use in this case? (label...
ShadowMan
|
08-06-2004 07:17 PM
Sam Hughes | 3 | 121 |
|  | (Discussion started in c.i.w.a.h. under Subject "image alt style pop up
for text", now changed to discussing the use of a title="..." attribute
to...
Jukka K. Korpela
|
08-06-2004 06:49 PM
Sam Hughes | 1 | 118 |
|  | "Danny@Kendal" <danny (AT) STOPSPAMghpkendal (DOT) co.uk> wrote
<snip>
Cheers to everyone for the help and hints.
Off on holiday for a week now....
Danny@Kendal
|
08-06-2004 11:16 AM
Danny@Kendal | 0 | 128 |
|  | "Danny@Kendal" <danny (AT) STOPSPAMghpkendal (DOT) co.uk> wrote:
Bad move, remove it and the <br>, use the margin and padding property to
adjust...
Spartanicus
|
08-06-2004 10:51 AM
Neal | 3 | 99 |
|  | Hi - I am going to buy a few books on CSS by Eric Meyer - I see that he is
one of the leaders in CSS...
Could somebody give me their opinion about...
ChChanges
|
08-06-2004 07:25 AM
ChChanges | 2 | 105 |
|  | Danny@Kendal wrote:
Your problem is not block or inline positioning, but browser-default
margin and padding. Add:
margin: 0; padding: 0;
to each...
Mark Tranchant
|
08-06-2004 07:02 AM
Danny@Kendal | 1 | 92 |
|  | I'm in the practice of specifying img width and height in my style
definitions, although I usually use the actual size of the image. I'm
reworking...
Haines Brown
|
08-05-2004 02:55 PM
Claire Tucker | 6 | 110 |
|  | Ok, the situation is as follows:
I defined a <DIV> like:
<div id="myid" style="position: absolute; height: 10; width: 10;"><img...
Marcus Otmarsen
|
08-05-2004 12:43 PM
Harag | 5 | 118 |
|  | "Brian" <usenet3 (AT) julietremblay (DOT) com.invalid> schrieb im Newsbeitrag
news:10h4fmlmg9i52cd (AT) corp (DOT) supernews.com...
Thanks for...
Rolf Brauser
|
08-05-2004 10:10 AM
Claire Tucker | 4 | 101 |
|  | Hi,
some of the DIV elements on my page have visibility style set to
hidden. What shall I do so that when the page is being printed (to
paper), all...
Aamir Ghanchi
|
08-05-2004 09:23 AM
Stephen Poley | 2 | 168 |
|  | Hi,
Can somebody with a mac please check if my website style sheet works
reasonably well in Safari, and possibly suggest a fix for any problems?
I...
Lachlan Hunt
|
08-05-2004 08:49 AM
Neal | 5 | 139 |
|  | Hi,
I'm redesigning a website and am working on Safari / Firefox to do that,
and then moving to ie to fix any bug I can find (a lot)
The example...
Mathieu Masseboeuf
|
08-05-2004 08:05 AM
Mathieu Masseboeuf | 0 | 143 |
|  | As captioned in my the subject. Your help is much...
stella
|
08-05-2004 04:02 AM
Harlan Messinger | 2 | 111 |
|  | Michael Wilcox wrote:
In the case that the stylesheet is being shared amongst multiple HTML
documents, and this body needs a different style to the...
Kevin Yu
|
08-05-2004 03:27 AM
Philipp Lenssen | 24 | 311 |
|  | Hi,
some of the DIV elements on my page have visibility style set to
hidden. What shall I do so that when the page is being printed (to
paper), all...
Aamir Ghanchi
|
08-04-2004 02:07 PM
Aamir Ghanchi | 0 | 137 |
|  | I have the following markup. The problem is that the browser, e.g., IE6,
inserts several lines of blank space between the <div> and the...
CMAR
|
08-04-2004 11:00 AM
Stephen Poley | 18 | 190 |
|  | Thanks for the pointers. I got the solution from reading one of the list
apart articles. Turns out all I had to do was float the content div left...
Suzanne Boyle
|
08-04-2004 09:27 AM
Suzanne Boyle | 1 | 125 |
|  | Brian <usenet3 (AT) julietremblay (DOT) com.invalid> wrote in
news:10h0asmbs4oaea (AT) corp (DOT) supernews.com:
No, but that posting was made via...
Stylus Studio
|
08-04-2004 07:44 AM
Arne | 9 | 121 |
|  | "Frostillicus" <frosty (AT) nilspamos (DOT) iinet.net.au> wrote:
Are we supposed to know what this is?
Depends on your UA, it's possible with...
Spartanicus
|
08-04-2004 07:08 AM
Spartanicus | 0 | 120 |
|  | "Frostillicus" <frosty (AT) nilspamos (DOT) iinet.net.au> writes:
border-style: inset; you mean?
Not by that name.
You can't tell it to go back...
Chris Morris
|
08-04-2004 06:32 AM
Chris Morris | 0 | 155 |
|  | Hey all,
I'm trying to make a sidebar box float to the right of various items,
and for those items to wrap if a user shrinks his browser...
JHR
|
08-03-2004 09:27 PM
JHR | 3 | 120 |
|  | Hi everyone,
Meyer on p. 91 of "Eric Meyer on CSS" says that link styles must be
added in LVHA order (link, visited, hover, active) or link styles...
Jamie
|
08-03-2004 07:09 PM
Harlan Messinger | 7 | 161 |
|  | The code
<a href="..." target="_blank">...</a>
will not validate as XHTML STRICT because of the 'target' tag, so how do I
achieve the same result by...
Tony Marston
|
08-03-2004 06:28 PM
Tony Marston | 6 | 140 |
|  | I've been trying to get away from using tables as a layout tool, but I've
just come across what I consider to be a serious liability.
If I specify a...
kaeli
|
08-03-2004 03:47 PM
kaeli | 7 | 116 |
|  | I need to define paragraphs on my site that should not break across a
page when printed, similar to widow/orphan control in Word. Is this
possible to...
James
|
08-03-2004 03:41 PM
Shmuel (Seymour J.) Metz | 3 | 118 |
|  | Currently working on a site that requires multiple different styles for all
kind of things (tables, link colors etc.) and am suddenly ;-) wondering...
Laiverd.COM
|
08-03-2004 01:59 PM
Stephen Poley | 5 | 108 |
|  | On a webpage I would like to move image1.jpg as left as possible (directly to the browser window left border)
and - simultaneously - the picture...
Jason Stacy
|
08-03-2004 09:50 AM
Ivo | 2 | 155 |
|  | This has stumped me. The text is not flowing properly to the left of an
image I have floated to the right in IE. Seems fine in Firefox. I'm on...
gallery
|
08-03-2004 07:13 AM
Terry Kimpling | 3 | 111 |
|  | I have this seemingly simple problem that has proven somewhat harder to
solve than I'd expected. I've been grappling with this for quite a
while, so...
Ray Shah
|
08-03-2004 03:03 AM
Spartanicus | 2 | 123 |
|  | Archive-name: www/stylesheets/newsgroup-faq
Posting-Frequency: once a week
Last-modified: 2004-07-26
Version: 2.00
URL:...
Jan Roland Eriksson
|
08-02-2004 05:12 PM
Jan Roland Eriksson | 0 | 121 |
|  | hi,
Whenever i click the print button,the window pops up to select the
printer.Is there way that it should use the default printer
automatically. I...
viki
|
08-02-2004 09:57 AM
Christopher | 2 | 123 |
|  | Gaz wrote:
"Its", not "it's".
http://homepages.paradise.net.nz/mattpowe/cartoons/english_02.html
Er... sorry - I got distracted.
Yes, you're...
Mark Tranchant
|
08-02-2004 09:23 AM
Mark Tranchant | 1 | 113 |
|  | oopaevah (AT) yahoo (DOT) co.uk (Gaz) wrote in message news:<76ee1253.0407300651.6b433ca1 (AT) posting (DOT) google.com>...
I don't know if there's...
Christopher
|
08-02-2004 09:09 AM
Gaz | 2 | 105 |