| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | "Martin Eyles" <martin.eyles (AT) NOSPAM (DOT) bytronic.com> wrote:
http://www.w3.org/TR/CSS21/visudet.html#containing-block-details
Don't post...
Spartanicus
|
10-25-2005 07:45 AM
Martin Eyles | 3 | 124 |
|  | Hi,
In CSS 2.1 Spec, section 9.4.1 says:
"Floats, absolutely positioned elements, inline-blocks, table-cells,
and elements with 'overflow' other...
yb
|
10-24-2005 10:28 PM
yb | 0 | 104 |
|  | All your points are taken. Just one thing, IE, doing its own thing,
renders differently (and non-standardly) if span is used instead of div.
I...
S
|
10-24-2005 06:52 PM
boclair | 11 | 216 |
|  | Hi,
I'm looking for clarification of css 2.1 specification in section 8.3.1
"Collapsing Margins"
The 6th bullet reads "If the top and bottom...
yb
|
10-24-2005 04:36 AM
Spartanicus | 1 | 110 |
|  | Example of my CSS follows:
<style type="text/css" media="screen">
BODY { color: white }
A:link { color: 66CCFF; }
A:visited { color: CC66FF;...
Woodmon
|
10-21-2005 10:14 AM
Stan Brown | 5 | 102 |
|  | Often times, I do not want to specify the width of a div. Rather, I
just want it to expand to be just wide enough to enclose its contents.
Since this...
Lee
|
10-21-2005 02:49 AM
Johannes Koch | 15 | 199 |
|  | Is learning to write CSS a better use of time than finding and using a
package that produces complete web pages?
I've moved to a new platform...
Eric Lindsay
|
10-20-2005 06:08 PM
Andy Dingley | 15 | 214 |
|  | Hello,
Could anyone tell me why the image at the center of the page, and the
footer on the following link are centered and look normal in...
akress@gmail.com
|
10-20-2005 03:03 PM
Beauregard T. Shagnasty | 1 | 100 |
|  | Hey,
small addendum.....
I go along with Chris - I'd set the cols in my examole to 51% and 49%
and float them both left.
HTH
--
Veerle
|
10-20-2005 02:40 AM
Veerle | 4 | 134 |
|  | for printing purposes I have made this
@media print {td.right {visibility: hidden}
}
@media print {td.bund {visibility: hidden}
}
@media print...
Ole Madsen
|
10-20-2005 02:18 AM
Ole Madsen | 4 | 122 |
|  | Hi All,
Here is my code.
-------------------------------------------
<div style="height:100%">
<BODY>
sample text spanning about 30...
Raghavendra
|
10-18-2005 10:48 AM
Benjamin Niemann | 3 | 117 |
|  | In message <3r2uetFh9mjoU1 (AT) individual (DOT) net>, kchayka <usenet (AT) c-net (DOT) us>
writes
Not a Windows user, then?
So what do you do...
linda
|
10-18-2005 07:27 AM
Andreas Prilop | 41 | 624 |
|  | http://mysite.verizon.net/gdguarino/alps.htm
I've got a navigation box with links to the other pages on the site.
Below that I've got another box...
Greg G
|
10-17-2005 09:59 PM
Greg G | 5 | 99 |
|  | On Mon, 17 Oct 2005, Harry Haller wrote:
Yes, this is a real problem. I tackled it for myself several years
ago, when CSS support in browsers was...
Alan J. Flavell
|
10-17-2005 02:23 PM
Alan J. Flavell | 0 | 154 |
|  | jonsey42 wrote:
Could be because of the error in your styles. Firefox is probably,
correctly, ignoring...
Norman L. DeForest
|
10-17-2005 01:11 PM
Beauregard T. Shagnasty | 10 | 214 |
|  | Hi,
I've implemented a Style Sheet in Dreamweaver; one of the elements is
supposed to stay right with the text flowing around it on the left. ...
robin
|
10-16-2005 07:22 AM
Stephen Poley | 5 | 124 |
|  | Hi,
Do you know some browsers that would misbehave with these three lines of CSS
code:
table.liste tr {display:none;}
table.liste tr.headers...
Laurel
|
10-16-2005 02:32 AM
Spartanicus | 1 | 150 |
|  | I am VERY new to writing HTML.
Can anyone offer a web site where I can download HTML only templates?
I want to stay away from the CSS, JAVA, etc....
Scott P
|
10-15-2005 08:19 PM
Andy Dingley | 1 | 147 |
|  | kchayka wrote:
Fairnuff. Guess that makes sense. If there are good ways for me to make
the font increase graceful, I shall look into it. I guess I...
news@celticbear.com
|
10-15-2005 02:21 PM
news@celticbear.com | 10 | 184 |
|  | Hello,
I've been trying to emulate css min-width and max-width in IE.
I've looked at various methods on the web, but none seemed to truly
emulate...
yb
|
10-14-2005 07:21 PM
Spartanicus | 1 | 131 |
|  | I noticed that the footer menu on the bottom with rounded corners only
uses one image of a rounded corner:img/round15_bot.gif
This one image seems...
meltedown
|
10-14-2005 07:15 PM
meltedown | 2 | 117 |
|  | Hi.
I am new here (and new in webdesign), and hope to get a little help. I
am also foreigner, so please excuse me, if I spell a little funny, or
use...
Anne
|
10-14-2005 06:04 PM
Rincewind | 1 | 128 |
|  | I am seeting up a help system that uses some common text. Using a frame
I can link to the common text :
<FRAMESET ROWS="100,*" >
<FRAME...
mal_k100@hotmail.com
|
10-14-2005 09:28 AM
Spartanicus | 6 | 129 |
|  | Hello.
I want to display a number of individual blocks of text. Each block
has an associated image, which should be displayed on the right...
Paul E Collins
|
10-14-2005 07:05 AM
Paul E Collins | 0 | 102 |
|  | Hi;
I've got an intermittent whitespace problem between IE6 and this page:
http://www.cooperforidaho.com
Under firefox & moz, everything's fine. ...
dld_id
|
10-14-2005 02:42 AM
Spartanicus | 4 | 118 |
|  | Hello everyone, i'm having the following problem.
Considering the next portion of stylesheet:
html {
background-color: black;
height:...
lufublico@gmail.com
|
10-13-2005 07:56 PM
Gus Richter | 8 | 145 |
|  | Hi All:
I have this datagrid where space is very tight, and therefore I have to
make sure that everything fits within a fixed screen width...
TB
|
10-13-2005 04:42 PM
Spartanicus | 1 | 116 |
|  | I would like to set the "list-style-type" to be a hyphen (-). How can I
accomplish this in a style sheet. I tried list-style-type: hyphen;...
Matt
|
10-13-2005 09:56 AM
Dr John Stockton | 13 | 258 |
|  | Hi
There's a ul in the left pane of a div.
On the right pane I want short texts to display at the top of the div when
hovering the li elements.
How...
Bill
|
10-13-2005 08:02 AM
Bill | 2 | 124 |
|  | hello all,
Having moved to trying table-free layout, I'm struggling a bit with
divs and spacing.
I've got two divs, the first of which solely...
Andy
|
10-13-2005 06:57 AM
Andy | 2 | 132 |
|  | Hi all,
Interesting article, very informative. However, I couldn't find
a solution for my central problem: how to specify the distance
between the...
Chris Kinata
|
10-12-2005 05:23 PM
Chris Kinata | 2 | 101 |
|  | The http://jigsaw.w3.org/ validator does not seem to like "transparent"
as a background color and gives this error:
Line : 5 (Level : 1) You have no...
Ed Mullen
|
10-12-2005 04:17 PM
Ed Mullen | 7 | 129 |
|  | Toby Inkster wrote:
Ok ok ... <g>
--
-bts
-Sucker, who will update old code one day soon
Cornel Bicutzi
|
10-12-2005 09:23 AM
Beauregard T. Shagnasty | 5 | 217 |
|  | Bonjour
Comment faire pour qu'un texte trop long passe à la ligne automatiquement
dans un <span> inclus dans une <div> tous deux de largeur définie...
Bill
|
10-12-2005 09:12 AM
Bill | 2 | 133 |
|  | I've added two stylesheets at the header the first one is a stylesheet
for all the pages, and the second one is for this page only. Just like
the...
typingcat@gmail.com
|
10-12-2005 06:19 AM
'sNiek | 2 | 152 |
|  | Thanks for all the replies
-----------------------------------------------------------------------
IT Interview Questions :...
Cornel Bicutzi
|
10-11-2005 07:03 PM
Cornel Bicutzi | 0 | 142 |
|  | Why is the banner background image not always displayed on my web site
(www.officeactivate.com) in the banner div in IE 6 but does fine in...
Dan V.
|
10-11-2005 06:45 PM
Dan V. | 6 | 133 |
|  | I have a 3 column table with the main content of the page in the center
column, pretty basic. I have a DIV in the right column that holds links,...
Ridge Burner
|
10-11-2005 02:40 PM
Ridge Burner | 2 | 133 |
|  | First, thank you for my previous post.
But I'm afraid that I've returned with a more picky...
typingcat@gmail.com
|
10-11-2005 10:43 AM
Els | 3 | 139 |
|  | What I'm trying to show is very simeple like this
<table>
<tr>
<td width=70%>LEFT CONTENTS</td>
<td width=30%>RIGHT CONTENTS</td>
</tr>
</table>
But...
typingcat@gmail.com
|
10-11-2005 01:43 AM
Els | 3 | 125 |
|  | I am having a problem getting IE6 and FireFox 1.07 to display a page in the
same way.
If anyone has the time to look the the page...
KiwiBrian
|
10-10-2005 06:39 AM
osman | 3 | 108 |
|  | Hello
i want to have a rounden corner, then some text and then another rounden
corner. To explain it better, go to this site; there is a image how...
Mark
|
10-10-2005 05:07 AM
dingbat@codesmiths.com | 4 | 148 |
|  | I wrote:
Okay, I've played with this a little and found that giving the outer div
'float: left' fixes this in Firefox. Does anyone know why?
Cool Guy
|
10-10-2005 02:39 AM
Els | 10 | 296 |
|  | I'm trying to implement a navigation bar with multiple a href classes. The
following example works exactly as I want it to, but for Internet Explorer...
jwayne@_no_spam.com
|
10-09-2005 06:58 PM
Spartanicus | 3 | 129 |
|  | Els <els.aNOSPAM (AT) tiscali (DOT) nl> wrote:
You're right - I mixed it up. Sorry.
Cool Guy
|
10-09-2005 08:00 AM
Cool Guy | 0 | 134 |
|  | In the same style-sheet, there are two classes with some properties
that have differing values. If I have a CLASS attribute on an
element that...
David Ross
|
10-08-2005 04:57 AM
Jukka K. Korpela | 4 | 130 |
|  | In <1128702162.731709.92630 (AT) g43g2000cwa (DOT) googlegroups.com>, on
10/07/2005
at 09:22 AM, expertware (AT) libero (DOT) it said:
Why? He's...
expertware@libero.it
|
10-07-2005 12:40 PM
Shmuel (Seymour J.) Metz | 72 | 943 |
|  | I am having a problem viewing a centered table using Firefox. When the
page is long enough to scroll, the alignment moves slightly to the
left. The...
ben.saur@gmail.com
|
10-07-2005 01:33 AM
'sNiek | 1 | 114 |
|  | Here is an odd one. Take a look at
http://www.nyccure.com/test/changes.html using Firefox. Now reload the
page a few times. It will change. All I...
Matt Silberstein
|
10-06-2005 01:46 PM
Matt Silberstein | 7 | 117 |
|  | I have a fixed width page that has a division with a brief centered
line of text that is defined as font-family: sans-serif. It is the
widest element...
Haines Brown
|
10-06-2005 12:57 PM
Haines Brown | 0 | 110 |