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     
Am 13.06.2007 11:12 schrieb marss: AFAIK: nothing. This is, IIRC, a shortcoming of IE's implementation of CSS. If "implementation" is the correct...
Christian Kirsch
06-14-2007 01:38 AM
marss Go to last post
3 95
On Jun 13, 11:11 pm, JD <u... (AT) example (DOT) net> wrote: ouch, now there's a mishap. I knew it was going to be something so simple I was...
utomjording_@hotmail.com
06-13-2007 07:09 PM
Jonathan N. Little Go to last post
5 83
Beauregard T. Shagnasty wrote: Depends on your point of view. Maybe *ALL* non-XHTML documents are "legacy code." In which case I *AM*...
Jeremy
06-13-2007 04:31 PM
Jeremy Go to last post
0 95
marss wrote: ..somestyle td td {background-color:white;} Will use a different style for nested cells. Don't forget to set a foreground color to go...
Bergamot
06-13-2007 08:34 AM
Bergamot Go to last post
2 85
Hi Dear, Do you know that Norton antivirus is itself a virus..?? it hangs PC more than it cleans.. Try the new Spyware Doctor's Starter Edition...
ajkaur2007@gmail.com
06-12-2007 06:54 AM
ajkaur2007@gmail.com Go to last post
0 88
Hello, I see in many web sites, such in Google, inputs that when i click on them to write something they change their style. This works both...
shapper
06-10-2007 08:09 PM
Chris F.A. Johnson Go to last post
13 197
I read everywhere on Microsoft forums that Styles are preferable to manual formatting. Am I understanding this correctly? When I want to change a...
A Baffled User
06-10-2007 04:41 AM
patrick j Go to last post
3 245
Check it out: www.BrandonsMansion.com
baseballboxgolf@mail.com
06-07-2007 09:26 PM
baseballboxgolf@mail.com Go to last post
0 86
Hi. I have a pesky gap to the right of each of my series of horizontal tabs on the main nav bar of my site. I have tried a number of margin and...
pbd22
06-07-2007 06:56 PM
dorayme Go to last post
13 159
I got two divs of unknown height (width is 100% of the parent container), and I need to change their position, so the second one will be shown above...
TKapler
06-07-2007 03:30 PM
Ben C Go to last post
2 93
Hallo, I'm trying to create boxes that have nicely spaced paragraphs, but a title that is in a colored line full-width. Here is my styles: In the...
Sjef Janssen
06-07-2007 07:10 AM
David Stone Go to last post
4 81
This is my site: http://arancaytar.ermarian.net/ I am using this stylesheet to generate a printable version of the page (using...
Arancaytar
06-07-2007 03:36 AM
Arancaytar Go to last post
3 90
Hello, I have the following list: <ul id="parent" class="parent"> <li> <img> ... </li> <ul id="child" class="child"> <li>Message 1</li>
shapper
06-06-2007 02:16 AM
Ben C Go to last post
5 89
dorayme wrote: Try it in IE and see what happens. -- Berg
shapper
06-06-2007 02:01 AM
Ben C Go to last post
19 164
Hello, Is it possible to set framrborder, scrolling properties using pure CSS? I come up with something like: <iframe...
howa
06-05-2007 11:03 PM
dorayme Go to last post
6 90
Hi, I have a div with fluid content, below which I want a scrollable div. I can't work out how to style the scrollable div to say "use the rest of...
lister
06-05-2007 10:32 AM
Ben C Go to last post
1 83
Hello, I'm very new to CSS and still in the reference/copy/paste/edit stage, so please forgive my ignorance. I'm using CSS for my blog, and...
HeroOfSpielburg
06-04-2007 11:36 PM
HeroOfSpielburg Go to last post
4 104
I have a popup dialog on my site that is position:fixed. If I set it's height to 80%, then the height of the DIV is 80% the height of the viewport,...
lister
06-04-2007 03:59 PM
lister Go to last post
0 88
John L. wrote: It is to initialize the body base size of your page to a value so that MSIE will not screw up when you size child elements with a...
Jonathan N. Little
06-04-2007 11:54 AM
Felix Miata Go to last post
3 87
Hello, I have seen some Inputs and Selects which change color when I place the mouse inside to write or when I click to select an item. Is this...
shapper
06-04-2007 06:49 AM
Bergamot Go to last post
3 86
Scripsit Jonathan N. Little: It works well on MSIE 7, too. (By the way, there is no such thing as a compliant web browser, though some browsers...
shapper
06-04-2007 01:12 AM
Jukka K. Korpela Go to last post
1 99
in comp.infosystems.www.authoring.stylesheets, Marcel Stör wrote: That can be done using CSS, and can be made "work" on your browser window and...
Lauri Raittila
06-04-2007 12:56 AM
Lauri Raittila Go to last post
0 86
Marcel Stör wrote: Whatever you do, make it so the design is fluid enough to not produce this mess when I increase the font size to suit my screen,...
Ed Mullen
06-03-2007 08:58 PM
Ed Mullen Go to last post
0 88
Marcel Stör wrote: That should be possible. The easiest way (although you might get told-off by some for adding more <div>s than strictly...
Jacob Head
06-03-2007 06:32 PM
Jacob Head Go to last post
0 82
Scripsit Marcel Stör: That's pointless. Frames break the idea of the Web. It does not matter how you do that. Without looking at your site, I can...
Jukka K. Korpela
06-03-2007 12:58 PM
Jukka K. Korpela Go to last post
0 82
Hi, If a block box appears in an inline formating context, it will start a new line box. However, I can't find where this is stated in the CSS spec....
kent@cpttm.org.mo
06-03-2007 03:25 AM
Ben C Go to last post
4 90
Hi, For the code below, only "aaa" has a red background but "bbb" and "ccc" don't have it: <div style="background: red">aaa <div...
kent@cpttm.org.mo
06-03-2007 03:23 AM
Ben C Go to last post
3 77
Hi at all I'ld like to center a table crossbrowser therefore I wrote: <sryle> table {width:80%;margin-left:auto;margin-right:auto;} </style> firefox...
Pablo
06-02-2007 03:57 PM
Jonathan N. Little Go to last post
13 134
(i'm new to this, so please be gentle) i can't figure out why the contents of this container overlap the border. to see what i mean, visit this...
jonathandowns@gmail.com
06-02-2007 02:35 PM
jonathandowns@gmail.com Go to last post
0 85
Harlan Messinger wrote: But it does beg the question: Why not just use the W3C standard equivalent instead? Can't say without seeing it in...
shapper
06-02-2007 12:42 PM
Bergamot Go to last post
5 79
Alan <aramsey (AT) gmail (DOT) com> writes: You don’t explain what you are doing, so instead of proposing a dysfunctional solution you could just...
Eric B. Bednarz
06-01-2007 04:00 PM
David Trimboli Go to last post
3 84
I hired a designer to do a webpage and the code that they sent me back looks way too long. I am not a developer, but am reading up on web standards,...
Zkidd
06-01-2007 06:40 AM
Gary Peek Go to last post
14 147
"Harlan Messinger" <hmessinger.removethis (AT) comcast (DOT) net> wrote <quote src=OP> I don't want the links to change color. I want the color to...
rf
05-31-2007 07:06 PM
rf Go to last post
0 82
dwaszak (AT) gmail (DOT) com wrote: As Mr Koch has already mentioned, buttons look different on different systems. Their style is determined by the...
dwaszak@gmail.com
05-31-2007 02:11 PM
Bergamot Go to last post
6 92
In article <465e2955_2 (AT) news (DOT) bluewin.ch>, John Hosking <John (AT) DELETE (DOT) Hosking.name.INVALID> wrote: Might be some sort of game?...
dorayme
05-31-2007 08:43 AM
rf Go to last post
3 89
OK, so I thought I was going to amaze everyone with drop-shadowed text by using absolute positioning--grey text positioned slightly to the left...
El Kabong
05-30-2007 11:36 PM
Ed Mullen Go to last post
1 86
Alan wrote: a { color: inherit; text-decoration: inherit; } -- David Stardate 7411.5
David Trimboli
05-30-2007 09:03 PM
David Trimboli Go to last post
0 83
I'm only interested in rendering properly in Opera, FF and IE6/7. I have a choice in creating a page with three columns of unequal height. I'm...
Ed Jay
05-30-2007 01:52 PM
Ed Jay Go to last post
0 85
If I want to move something to a new line, should I be using <br/>, or is there a way of doing it in CSS? I was just thinking if it was possible in...
lister
05-30-2007 09:03 AM
Dr J R Stockton Go to last post
12 135
Hello. Please check http://www.mavridis-hotel.gr/prices.php In FF the table -which is wide- goes way of the container it's in. And it displays...
Harris Kosmidhs
05-30-2007 07:26 AM
Bergamot Go to last post
1 103
Mike Scirocco schrieb: The problem here is that the <span> element can also be an <a> element, so replacing it by a <div> is only applicable for...
Markus
05-30-2007 04:15 AM
Markus Go to last post
5 80
Scripsit François de Dardel: It certainly isn't. Redirection is not a CSS issue. I sending this reply to c.i.w.a.misc too and setting followups...
Jukka K. Korpela
05-29-2007 03:23 AM
Jukka K. Korpela Go to last post
0 82
Moon wrote: It's always surprising: Posters do not know what the error is yet presume to know what it is important. I see no problem with the...
Jonathan N. Little
05-29-2007 02:08 AM
Jim Moe Go to last post
1 86
In article <OVr4i.14668$Sa4.13175 (AT) bgtnsc05-news (DOT) ops.worldnet.att.net>, "Beauregard T. Shagnasty" <a.nony.mous (AT) example (DOT) invalid>...
Jonas Smithson
05-28-2007 08:15 AM
David Stone Go to last post
49 1,471
In article <f387mf$3d2$1 (AT) nyytiset (DOT) pp.htv.fi>, Casimir Pohjanraito <pikselNOSPAMMi (AT) welNOSPMAMho (DOT) com> wrote: I would not do...
dorayme
05-28-2007 02:12 AM
Jukka K. Korpela Go to last post
9 81
You, Sir, are a genius! Thanks so much. Tom JD wrote:
tomb
05-27-2007 03:34 PM
tomb Go to last post
2 83
If I have a containing div that has padding of 10px and a width of 200px. Then Inside I have an image with a width of 200px and a left margin of...
mark
05-26-2007 07:15 PM
Bergamot Go to last post
1 86
hi, i have two blocks in xhtml, e.g. #div A #div B inside those divs there is an unknown text (for design), so i do not know the height of any of...
TKapler
05-26-2007 04:13 PM
Ben C Go to last post
2 80
Casimir Pohjanraito wrote: Doesn't look _that_ complete. A URL is usually better. A URL helps any mouseovering we may want to try. In my...
John Hosking
05-26-2007 12:45 AM
dorayme Go to last post
1 80
iTechArt Group - Custom Software Development and Offshore outsourcing Company http://www.itechart.com/ Offshore custom software development company...
VB
05-25-2007 10:15 AM
VB Go to last post
0 84
Post New Thread

Display Options
Showing threads 1201 to 1250 of 7501
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 - 2008, Jelsoft Enterprises Ltd.