Click here to get back home

DIV & CSS style - applied to tag works - using css fails!

 HomeNewsGroups | Search | About
 comp.infosystems.www.authoring.html    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
DIV & CSS style - applied to tag works - using css fails! Frobinrobin 01-24-2007
Get Chitika Premium
Posted by Frobinrobin on January 24, 2007, 6:01 am
Please log in for more thread options


Hi all,

I have this irritating problem. I cannot use tables and I need to
format text in columns.

I decided that DIV would serve the purpose and set about learning a few
properties for them.

When I apply properties to the DIV tag direct, the display is correct.
When I use a CSS stylesheet, the display is incorrect. Please can
someone help / point me in the right direction?

HERE IS MY CODE:


Applied directly to DIV TAG
<div style="background-color:#003366; color: #ffffff; float: left;
position: relative; padding-left: 10px; width: 120px;"><a
href="browse.php">Description</a></div>
<div style="background-color:#003366; color: #ffffff; float: left;
position: relative; padding-left: 10px; width: 30px;"><a
href=\"edit.php">[edit]</a></div>

Using CSS:

stylesheet:
.make_column {
background-color: #003366;
color: #ffffff;
float: left;
position: relative;
padding-left: 10px;
width: 120px
}

html page:
<div class="make_column"><a href="browse.php">Description</a></div>
<div class="make_column"><a href=\"edit.php">[edit]</a></div>


The results (as you will see) are that when using the stylesheet, the
columns continue on the next HALF line resulting in:

description


Posted by Andy Dingley on January 24, 2007, 7:32 am
Please log in for more thread options



> I cannot use tables and I need to format text in columns.

Of course you can use <table>s if that's what's appropriate.


> When I apply properties to the DIV tag direct, the display is correct.
> When I use a CSS stylesheet, the display is incorrect. Please can
> someone help / point me in the right direction?

This is probably some tedious syntax problem that we could solve in
seconds if only you'd told us where the site was. This sort of bug
isn't fixable from snippets though.

> HERE IS MY CODE:

We don't care. Give us a URL.

It looks as if the HTML needs changing a little though. You need
different behaviour on the column cells, as the leftmost needs a
clear:left; as well. Using the same class on both makes this hard to
apply.


Posted by David E. Ross on January 24, 2007, 11:02 am
Please log in for more thread options


Frobinrobin wrote:
> Hi all,
>
> I have this irritating problem. I cannot use tables and I need to
> format text in columns.
>
> I decided that DIV would serve the purpose and set about learning a few
> properties for them.
>
> When I apply properties to the DIV tag direct, the display is correct.
> When I use a CSS stylesheet, the display is incorrect. Please can
> someone help / point me in the right direction?
>
> HERE IS MY CODE:
>
>
> Applied directly to DIV TAG
> <div style="background-color:#003366; color: #ffffff; float: left;
> position: relative; padding-left: 10px; width: 120px;"><a
> href="browse.php">Description</a></div>
> <div style="background-color:#003366; color: #ffffff; float: left;
> position: relative; padding-left: 10px; width: 30px;"><a
> href=\"edit.php">[edit]</a></div>
>
> Using CSS:
>
> stylesheet:
> .make_column {
> background-color: #003366;
> color: #ffffff;
> float: left;
> position: relative;
> padding-left: 10px;
> width: 120px
> }
>
> html page:
> <div class="make_column"><a href="browse.php">Description</a></div>
> <div class="make_column"><a href=\"edit.php">[edit]</a></div>
>
>
> The results (as you will see) are that when using the stylesheet, the
> columns continue on the next HALF line resulting in:
>
> description
>

For tabular displays (e.g., data in columns), tables might indeed be
okay. However, for creating two parallel columns, see my
<http://www.rossde.com/PGP/pgp_keysign.html>, where both the table of
contents and the lists of cities are in columns formatted via <div> and
CSS.

--

David E. Ross
<http://www.rossde.com/>

Concerned about someone (e.g., Pres. Bush) snooping
into your E-mail? Use PGP.
See my <http://www.rossde.com/PGP/>

Similar ThreadsPosted
DIV & CSS style - applied to tag works - using css fails! January 24, 2007, 6:04 am
Textarea style not applied on first load November 22, 2007, 4:29 pm
CFP: APPLIED COMPUTING 2007 - Submission Deadline extended October 30, 2006, 12:41 pm
XHTML DOCTYPE breaks JavaScript x.style.top and x.style.left? July 5, 2005, 12:58 pm
Fails on IE?! July 18, 2006, 3:04 pm
The validator fails English check! September 6, 2006, 11:43 pm
XHTML Validation fails with nested block elements. January 10, 2005, 5:38 am
Does it works? March 30, 2005, 12:33 am
Works on Mac. Not PC. Arggh. October 11, 2004, 12:23 pm
mailto works on my machine August 26, 2004, 5:26 pm

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap