| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | howa wrote:
Now, come on. You know by now that the group prefers URLs to big chunks
of pasted or mis-typed code.
I don't know this hack, but it's...
John Hosking
|
12-19-2008 05:34 PM
John Hosking | 2 | 393 |
|  | In article <20081218215511.6a970b80 (AT) bootnic (DOT) motzarella.org>,
BootNic <bootnic.bounce (AT) gmail (DOT) com> wrote:
It may indeed.
Inline...
Steve Broski
|
12-19-2008 12:19 AM
dorayme | 3 | 998 |
|  | I'm using stu nicholls rounded corners
(http://www.cssplay.co.uk/boxes/curves.html) in a blog for my sister,
but it's doing something funny in IE. ...
pecan
|
12-18-2008 09:20 AM
Hendrik Maryns | 11 | 693 |
|  | I've built a couple of websites by borrowing CSS files and then
building the site around them. I can't for the life of me figure out
how to get the...
Wayne
|
12-18-2008 07:02 AM
Bergamot | 2 | 433 |
|  | Explain about lack of orthogonality?
http://interviewdoor.com/questions-faqs/viewtopic.php?f=156&t=1479
reema
|
12-18-2008 12:49 AM
reema | 0 | 499 |
|  | Explain about the ease of maintenance with CSS.
http://interviewdoor.com/questions-faqs/viewtopic.php?f=156&t=1480
reema
|
12-18-2008 12:47 AM
reema | 0 | 429 |
|  | Explain about the ease of maintenance with CSS.
http://interviewdoor.com/questions-faqs/viewtopic.php?f=156&t=1480
reema
|
12-18-2008 12:44 AM
reema | 0 | 443 |
|  | Is it possible to have ordered and unordered lists aligned to the left
edge of the containing block? So instead of this:
Some sample text
• line...
Andrew Poulos
|
12-17-2008 04:23 AM
dorayme | 13 | 1,544 |
|  | Hello,
Just want to assure one thing:
Is it safe and recommended to set all floated-div to display:inline?
howa
|
12-16-2008 05:31 AM
Ben C | 2 | 517 |
|  | Hi all,
Trying to achieve the following simple layout (which works fine on all
browsers) with an equivalent CSS layout.
See below:
<table...
sproket
|
12-15-2008 05:34 PM
dorayme | 1 | 726 |
|  | ~
and BTW preferably open source and in java ;-)
~
Thanks
lbrtchx
lbrtchx@gmail.com
|
12-15-2008 07:41 AM
Andy Dingley | 4 | 563 |
|  | Please look at: https://testbed.odysseyshipping.com
How can I dynamically extend the height of the left hand side so that
it touches the footer? Do...
donpro
|
12-15-2008 03:41 AM
dorayme | 10 | 627 |
|  | By the way, here's the finished document:
<http://www.markehansen.07x.net/sunset.html>
In case your interested, I'm a pilot and use this...
Mark Hansen
|
12-14-2008 03:02 PM
pecan | 12 | 2,124 |
|  | Okay, so FINALLY I got around to putting a max-width in the header of
one page, wrapped in @media screen so that printing is still full
width.
After...
Stan Brown
|
12-14-2008 04:37 AM
Jukka K. Korpela | 5 | 1,200 |
|  | Please look at: https://testbed.odysseyshipping.com
See the large graphic? It's contained within a DIV. I don't want to
set fixed width/height...
donpro
|
12-11-2008 07:38 PM
Chris F.A. Johnson | 7 | 686 |
|  | Please look at: https://testbed.odysseyshipping.com
See the large graphic? It's contained within a DIV. I don't want to
set fixed width/height...
donpro
|
12-11-2008 11:34 AM
Harlan Messinger | 8 | 541 |
|  | Hi,
I found some advice on how to style ‘user-friendly hyperlinks’:
/* provide info about non-html links,...
Hendrik Maryns
|
12-11-2008 10:23 AM
Jonathan N. Little | 4 | 433 |
|  | Hello,
I am trying to create a list as follows:
1. The items should be inline but the text in each item shouldn't
break from one line to the...
shapper
|
12-11-2008 08:31 AM
dorayme | 1 | 367 |
|  | I have a list that appears substantially like this:
myfile1
myfile2
myfile3
myfile4
myfile5
However, many of the icons (all 18-point high) are...
laomingliu@gmail.com
|
12-10-2008 04:21 PM
dorayme | 15 | 746 |
|  | Hi all,
I know I can specify attributes to be used only in print by using
@print. Can I do the inverse, like have attributes that are only...
Hendrik Maryns
|
12-10-2008 01:13 PM
Helpful person | 2 | 411 |
|  | Hi.
I am having problems with gettting the below code to behave how I want
it to behave.
It is a "Flicker-Style" navigation menu. When you click on...
pbd22
|
12-09-2008 11:25 PM
pbd22 | 10 | 1,043 |
|  | In article <u-KdnXsqP8bgsaXUnZ2dnUVZ_rfinZ2d (AT) earthlink (DOT) com>,
Jeff <jeff (AT) spam_me_not (DOT) com> wrote:
Just a small correction to...
dorayme
|
12-07-2008 08:21 PM
dorayme | 4 | 394 |
|  | I'd like to turn on and off table cells so I can display differening
data.
.some_row_class{
display: none;
}
.some_row_class{
display: table-cell;
}
Jeff
|
12-07-2008 01:47 PM
dhtml | 10 | 755 |
|  | Hi,
I've pasted the code below. I think it may be the side effect of the
floats but I don't understand why gaps are appearing between the
rows. ...
donpro
|
12-06-2008 02:41 PM
Ben C | 3 | 458 |
|  | I need very simple CSS submenu that will look like this:
Link 1 Link 2 Link 3
Sublink1 Sublink2 Sublink 3
Under...
maj
|
12-05-2008 06:03 PM
Thomas Mlynarczyk | 5 | 1,218 |
|  | I have to style some bulleted lists and I'm a little confused about
how to do this in a reasonably cross browser way. Client is a designer
with a...
Jeff
|
12-03-2008 06:16 AM
Ben C | 17 | 589 |
|  | Hi,
Maybe this is normal but when I copy and paste a web page into an
email where the web page uses either old style <table) deprecated code
or...
donpro
|
12-02-2008 03:23 PM
dorayme | 6 | 724 |
|  | In article <37fa5$493546ba$40cba7b2$6250 (AT) NAXS (DOT) COM>, lws4art (AT) central (DOT) net
says...
Well, it's a pity, but I think I've... |
12-02-2008 10:36 AM | 0 | 379 |
|  | schreef:
I cannot answer your question, but this is quite a clever trick to hide
your e-mail address. My Thunderbird shows only a blank Sender...
Hendrik Maryns
|
12-02-2008 10:33 AM | 1 | 310 |
|  | *(Ydinklingonimme on parhaillaan niin kiivaskiukkusen käärmessmörkkisiä,
ettei juuri vastattavaa löydy)). Toki syynä se, että on tullut...
Eero
|
11-30-2008 10:22 AM
Eero | 0 | 382 |
|  | Hi,
There is a little problem with the header on the page I recently
converted from frames to proper HTML+CSS. The top part with the
navigation...
Hendrik Maryns
|
11-28-2008 06:32 PM
Ben C | 24 | 1,489 |
|  | I would be grateful for a steer as to where I messed up this
(work-in-progress) page:
http://www.englishchecker.co.uk/elite/about.html
It displays...
Stan The Man
|
11-28-2008 02:45 PM
Peter May | 7 | 395 |
|  | Hi, I want to create a select list in which every line has a different
color. Such as:
<option...
Sjef
|
11-25-2008 02:37 PM
Nik Coughlin | 2 | 438 |
|  | How can I make the gridlines (not the regular table border, line
border-collapse) show the same as the css border (solid thin black)?
In other...
Seth Watson
|
11-24-2008 12:53 PM
Jukka K. Korpela | 3 | 718 |
|  | ...
width:202px;
*width:200px;
...
The setting with * only can be read by IE, but I want to know...
1. What is the name of this hack?
2. Is all...
howa
|
11-20-2008 04:34 AM
Bart Lateur | 11 | 846 |
|  | "Hannah" <hu47121+nospam (AT) usenet (DOT) kitty.sub.org> wrote
6 and 7.
Or one of the other myriad of bugs IE has.
rf
|
11-19-2008 04:56 PM
rf | 7 | 399 |
|  | I am having a bugger of a time figuring out why firefox won't
recognize my faux two-column layout. When the content column
("contcol") gets filled...
ZZ
|
11-18-2008 11:55 PM
Bergamot | 5 | 487 |
|  | In article <gfvfdd$7vj$1 (AT) oxygen (DOT) pond.sub.org>,
hu47121+nospam (AT) usenet (DOT) kitty.sub.org (Hannah) wrote:
Just to tell you that this...
dorayme
|
11-18-2008 06:34 PM
dorayme | 0 | 342 |
|  | I needed to to do a quick width set for form input type="text",
So:
input{
width: 200px;
}
That also styled all my radio buttons!
Jeff
|
11-18-2008 11:16 AM
Jukka K. Korpela | 5 | 942 |
|  | Hello,
I would like to change the look of disabled inputs of type text on my
web site.
Should I add a disabled css class to all these inputs or is...
shapper
|
11-17-2008 04:25 PM
dorayme | 16 | 854 |
|  | Is relative style design, e.g. relative font-size: em, % obsolete now?
since most modern browsers now support automatic zoom in/out, even you
are...
howa
|
11-17-2008 01:22 PM
Chris F.A. Johnson | 21 | 1,022 |
|  | Hannah schreef:
Would you mind sharing that ‘pattern’ with us? I am about to start
freeing my dorm’s site from frames at well, and since it...
Bergamot
|
11-17-2008 06:24 AM
Hendrik Maryns | 2 | 411 |
|  | On 16 Nov, 22:35, hu47121+nos... (AT) usenet (DOT) kitty.sub.org (Hannah) wrote:
I haven read your code, but the fact that konqueror misdisplays...
Roy A.
|
11-17-2008 03:51 AM
Ben C | 1 | 396 |
|  | On 2008-11-16, Hannah <hu47121+nospam (AT) usenet (DOT) kitty.sub.org> wrote:
You're right it is. It's not ignoring 100% but treating it as 100%...
Ben C
|
11-17-2008 03:38 AM
Ben C | 1 | 414 |
|  | In article <gfqa03$6gs$1 (AT) oxygen (DOT) pond.sub.org>,
hu47121+nospam (AT) usenet (DOT) kitty.sub.org (Hannah) wrote:
Well done fixing the...
dorayme
|
11-16-2008 07:59 PM
dorayme | 1 | 389 |
|  | Hello fellow comp.infosystems.www.authoring.stylesheets colleagues,
Imagine this situation:
#grand-parent-abs-pos
{
height: 400px;
position:...
GTalbot
|
11-15-2008 02:59 PM
GTalbot | 2 | 622 |
|  | On 12 Nov, 14:36, JD <u... (AT) example (DOT) org> wrote:
I am confused. What do an dotted underline means? To some users this
line looks exactly...
Roy A.
|
11-13-2008 05:45 AM
Roy A. | 0 | 454 |
|  | On 2008-11-12, JD <user (AT) example (DOT) net> wrote:
Yes there's no problem with that.
Ben C
|
11-12-2008 03:40 PM
dorayme | 7 | 749 |
|  | Hi,
I've not had many problems with differences between the IE and Firefox
interpretation of the box-model before, but my current site seems to
have...
ChrisW
|
11-12-2008 12:54 PM
RW | 20 | 1,275 |
|  | Quick question...
background:#CBCBC3
url({{url}}mod/template/templates/Default_Template/images/header.gif)
repeat-x; /* #d9e2f2 */
produces the...
Barely Audible
|
11-09-2008 04:09 AM
Barely Audible | 9 | 485 |