[css-d] Why does this display differently in a div? Link attached.

2007-08-12 Thread Robert Tilley
The paragraph styling in this page displays correctly when the page's URL is directly viewed. When visited from the drop-down menu, it displays in a smaller font and is differently colored. Why this difference? The function to open a page in a certain div displays all my other files

[css-d] Why does font-size not work?

2007-08-11 Thread Robert Tilley
I have the following page: html head style p { color: white; font-size: large; } /style /head body div style=color: white; font-size: large; pSample text of a large size./p /div /body /html The sample text does not display in large size. If a style is applied to the inner paragraph (p

[css-d] Divs on one line -- Solution and Thanks

2007-06-15 Thread Robert Tilley
After tirelessly searching, an answer was found to my problem. Each div has a graphic background to create a button. They were stacking on each other instead of forming a horizonal row. The page http://csscreator.com/node/555; contains an answer: Block elements that aren't

[css-d] Why aren't these DIVs on the same line?

2007-06-10 Thread Robert Tilley
I am constructing a control panel of buttons located at the top of the page. It will be six wide and two deep. Each of the button divs in encased in an a ... link and displays a mouseover graphic. There is no line break or paragraph break between the two divs shown here and they should be

[css-d] DIVs still on different lines -- No a's

2007-06-10 Thread Robert Tilley
Before, the code block came from the button builder at grsites.com. I was using it to build the graphics for custom buttons. The code it generated can be improved it seems. The new code uses an onClick event. I thought the only reason the DIV was inside the A block was if a browser didn't

[css-d] Inheritence Problem

2007-05-17 Thread Robert Tilley
I am using the Konqueror 3.5.6 browser on Kubuntu Linux. I need text displayed as white against a dark background. My initial code applied the color: property to the paragraph. This does not work: p style=text-align: center; color: white; h3Title of Page/h3/p The solution was to place

[css-d] Simplified -- CSS menu and DIV are freezing -- Site check needed

2007-04-21 Thread Robert Tilley
I have simplified the problem page to the bare essentials. The site in question is located at: http://home.cfl.rr.com/rtgroup/test-case.html;. A description follows of verifying menu function and then of causing the problem this message describes. Select Filler Text from either of the menus

Re: [css-d] Simplified -- CSS menu and DIV are freezing -- Site check needed

2007-04-21 Thread Robert Tilley
On Saturday 21 April 2007 04:47:57 pm Robert Tilley wrote: SNIP Through the process of selective code elimination, I found the error: Piping to a non-existant div. Thank you for your time. __ css-discuss [EMAIL PROTECTED] http

[css-d] CSS menu and DIV are freezing -- Site check needed

2007-04-20 Thread Robert Tilley
The site in question is located at: http://home.cfl.rr.com/rtgroup/index-tantra27.html;. Each menu option will display a corresponding text description in a content DIV in the left column. This works and can be verified by choosing any item, _except Watsu_, from the top menubar. Items can

[css-d] Frames or CSS? Dynamic section of page

2007-03-20 Thread Robert Tilley
My page has a static top, sides, and bottom. I would like to have a dynamic center which changes according to menu (top of page) selections. The only solution which I understand is to use frames. It would work to reload the entire page with each selection, but avoiding is the main purpose of

[css-d] Review Needed

2007-03-01 Thread Robert Tilley
I'm creating a website, and when I view the local copy of the page index-tantra22-test.html it is rendered correctly with two menubars, on my linux (Kubuntu) box using the Konqueror browser. When all files from the entire site development directory are copied to my web server, the same page is

Re: [css-d] Review Needed

2007-03-01 Thread Robert Tilley
On Thursday 01 March 2007 05:10:13 pm Robert Tilley wrote: snip Thank you to all who replied to my problem. After correcting the permissions on all files in my webspace, the problem was solved. Keep up the good work! Thanks, Bob

[css-d] Page divs cause background overflow

2006-12-12 Thread Robert Tilley
This must be a descriptive post as FTP problems prevent me from posting a live site to check. I have a web page with a 1280x1024 background picture set to repeat. If a user's screen is smaller, they won't see a difference and if larger, they'll only see repeating around the edges. When the

[css-d] Help with a live page -- div/image problems

2006-12-11 Thread Robert Tilley
The page http://home.cfl.rr.com/rtgroup/tantra-table_no-pics.html; displays correctly while the version with graphics http://home.cfl.rr.com/rtgroup/tantra-table.html; displays correctly. The background of the page is a 1280x1024 picture which repeats. This should work for most browsers and

[css-d] Why does this table shift right? -- Live page

2006-12-09 Thread Robert Tilley
The page http://home.cfl.rr.com/rtgroup/tantra-table.html; has it's table in the center of the window. If the second definition of h1 (near the end of the style section) is removed from the code (so that the first definition [near the top] of h1 is used), the table jumps to the right. The

Re: [css-d] Background Image Resizing -- Solution

2006-11-22 Thread Robert Tilley
On Tuesday 21 November 2006 16:30, Robert Tilley wrote: SNIP As I am not the best researcher nor experienced with CSS, is the above the best method, given the lack of CSS2 support? The process I chose was to enlarge the picture with a photo editor to 1280x1024, then set it as a repeating

[css-d] Can CSS Help With This Design?

2006-11-15 Thread Robert Tilley
I wish to produce a page with Header, Left, Center, Right, and Footer divs. There are templates aplenty that display these properties. My addition would be a Description div within the Center column. A hover menu would be in the Left div, with each item being a different topic. When a menu

[css-d] Can I center a UL menu?

2006-09-25 Thread Robert Tilley
Although gaining experience with CSS, I consider myself a newbie. I would like to center a vertical menu with a column. -- | | | | | | Menu || |

[css-d] Why do the displays differ?

2006-09-23 Thread Robert Tilley
When I browse the web page http://www.manisheriar.com/holygrail/index.htm;, the left and right columns are colored for the full height of the window. When I save the source and css code to disk and display the page locally, the columns are only drop as far as the text. I would like to use this

[css-d] CSS, IE, and Purity of Code -- Opinion and Question

2006-09-22 Thread Robert Tilley
Please allow me to air a question that may appear naive. I was reading a CSS site (http://www.positioniseverything.net/articles/onetruelayout/anyorder). The continual coding references correct display on IE unsettled me. My first response is that specifications exist to facilitate global

Re: [css-d] CSS, IE, and Purity of Code -- Opinion and Question -- Thank you

2006-09-22 Thread Robert Tilley
. Your insight on a balance between standards while supporting different browsers is greatly appreciated. Robert Tilley __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css

[css-d] Why doesn't this padding-left work?

2006-09-21 Thread Robert Tilley
Please bear with me, as this question is from a CSS beginner. I am using the following: DIV id=content H2CSS Information/H2 Lorem ipsum, etc. /DIV This displays, in large text, CSS Information. I wish to indent the heading, so I write:

[css-d] Please pardon...Problem Solved

2006-09-06 Thread Robert Tilley
I reported difficulties with copying and pasting a code segment for vertical menus and after modifying the code for my purposes, discovering it was broken. After diving into my code and minutely following each tag and attributes I have solved my problem. I don't understand why it broke and am

[css-d] Differences Between Exact Code Sections -- Vertical Menus

2006-09-05 Thread Robert Tilley
In the process of implementing vertical menus, I am drawing the work pure CSS menus located at http://meyerweb.com/eric/css/edge/menus/demo.html;. The web page I'm building and testing, http://home.cfl.rr.com/rtgroup/index-tantra13.html;, shows some bizarre behavior. The original menu is

[css-d] CSS-generated Text Problem

2006-08-25 Thread Robert Tilley
I have a menu on my site that points to various HTML files. These files have a description of each menu item. In a previous version of my site, each menu item would open the description file within a frame in the window. Can someone please tell me if the following is possible with CSS? I