HighDots Forums  

Sponsored Links


Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss in the Cascading Style Sheets forum.



Post New Thread
Threads in Forum : Cascading Style Sheets Forum Tools
  Rating Thread / Thread Starter Last Post Reverse Sort Order    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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
1 726
~ and BTW preferably open source and in java ;-) ~ Thanks lbrtchx
lbrtchx@gmail.com
12-15-2008 07:41 AM
Andy Dingley Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
5 1,218
lists (Multi-page thread 1 2)
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 Go to last post
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 Go to last post
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
Go to last post
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
Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
5 942
Disabled (Multi-page thread 1 2)
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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. Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
9 485
Post New Thread

Display Options
Showing threads 301 to 350 of 7866
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  


 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.