| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | 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 | 712 |
|  | ~
and BTW preferably open source and in java ;-)
~
Thanks
lbrtchx
lbrtchx@gmail.com
|
12-15-2008 07:41 AM
Andy Dingley | 4 | 555 |
|  | 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 | 619 |
|  | 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,085 |
|  | 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,173 |
|  | 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 | 672 |
|  | 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 | 529 |
|  | 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 | 426 |
|  | 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 | 361 |
|  | 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 | 735 |
|  | 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 | 405 |
|  | 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,023 |
|  | 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 | 384 |
|  | 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 | 747 |
|  | 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 | 451 |
|  | 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,188 |
|  | 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 | 583 |
|  | 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 | 715 |
|  | 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 | 367 |
|  | 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 | 305 |
|  | *(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 | 378 |
|  | 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,460 |
|  | 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 | 389 |
|  | 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 | 430 |
|  | 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 | 703 |
|  | ...
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 | 831 |
|  | "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 | 394 |
|  | 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 | 484 |
|  | 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 | 335 |
|  | 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 | 928 |
|  | 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 | 841 |
|  | 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,007 |
|  | 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 | 405 |
|  | 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 | 389 |
|  | 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 | 405 |
|  | 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 | 367 |
|  | 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 | 596 |
|  | 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 | 447 |
|  | 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 | 733 |
|  | 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,254 |
|  | 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 | 472 |
|  | rodeored wrote:
No, it is not padding. Inside the borders, that extra space above and
below the text is part of the default line-height - space...
Bergamot
|
11-08-2008 08:04 AM
Jukka K. Korpela | 2 | 497 |
|  | How do I layout an input data sheet with multiple input text boxed on a
horizontal line.
One: Two Three Four
Is there an example of this type...
Bruce A. Julseth
|
11-03-2008 04:39 PM
Bruce A. Julseth | 2 | 509 |
|  | Lets say we have a paragraph that wraps several lines. I'd like to
indent the first-line a bit.
The first-line pseudo class sprang to mind, but you...
Jeff
|
11-03-2008 12:41 PM
David Stone | 14 | 1,032 |
|  | Sorry if this goes through twice, I had an error the first time that I
submitted.
I have a bit of text that has a varying length, and I'm wanting...
Jason Carlton
|
10-31-2008 06:51 PM
dorayme | 2 | 717 |
|  | I have a bit of text that has a varying length, and I'm wanting to
float text to the right. The problem is that the text needs to wrap to
2 lines...
Jason Carlton
|
10-31-2008 06:29 PM
Jason Carlton | 0 | 373 |
|  | I have two examples of this behaviour:
http://www.accursoft.co.uk/css/odd1.xhtml
http://www.accursoft.co.uk/css/odd2.xhtml
In each case, IE7 adds a...
Nonce
|
10-29-2008 06:51 PM
Nonce | 3 | 633 |
|  | I don't even know if this is css or JavaScript, but am curious to find
out how it's done.
Someone has linked to my site's favicon (from blogspot)...
Chuck Anderson
|
10-29-2008 02:32 PM
Chuck Anderson | 3 | 692 |
|  | I am trying to google for how to create click-down triangles with
either CSS or some other method but not having much luck. It's
probably because my...
luxor1275bc@gmail.com
|
10-28-2008 08:08 PM
luxor1275bc@gmail.com | 5 | 885 |
|  | Hi Folks,
Is there a way, I can hide images through CSS and then display the alt
tags?
I want to create a Javascript free CSS/Cookies approach to...
UKuser
|
10-27-2008 10:43 AM
Harlan Messinger | 6 | 765 |