473,749 Members | 2,580 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Difficulty in the beginning

( 9 in the first place, means difficulty in the beginning? )

I'm new at css, at least for the sizing, positioning
and decorating of div tags.

But I am a java/c/c++/perl/php/sh/bash programmer,
so I ought to be able to catch on fast.
But it isn't working out that way.

I tried to make a simple header-above two column layout.
My first stab looked fine on Firefox, running on linux.
The css validated at w3c with no errors. The same
page looked mostly the same on Safari on Mac, but
it looked like it had a skin disease on IE6 on XP.

This sounds a lot like the early days of javascript.
What good is w3c validation if the layouts still differ
from browser to browser?

I did use a lot of width: some%; sizing.
When I changed to hard-coded pixel sizes
the differences between browsers became
less apparent, but were still there and still
visually disconcerting.

Does learning CSS mean learning the quirks
of all the major browsers? The now unfashionable
use of tables-based layouts is at least portable.

Nov 15 '06 #1
11 1414
sciontologist wrote:
The now unfashionable use of tables-based layouts is at least
portable.
So is CSS, if written correctly. Have you a URL to the problem page?

Look around at some templates; maybe give you some ideas.
http://benmeadowcroft.com/webdev/css...ft-column.html
http://webhost.bridgew.edu/etribou/layouts/ ...

--
-bts
-Motorcycles defy gravity; cars just suck
Nov 15 '06 #2

sciontologist wrote:
The css validated at w3c with no errors. The same
page looked mostly the same on Safari on Mac, but
it looked like it had a skin disease on IE6 on XP.
"It's all rubbish but I'm not going to post a URL to my concrete
example so you can see what might be wrong with it"

You really are just a troll, aren't you?
If you like, then CSS and RDF are both worthless and you should stick
to the tables you prefer. Now go away and don't bother people who are
trying to move forwards.

Nov 15 '06 #3
What is a troll. I was expressing
anger and dissapointment.

I was pissed off because I had such
high hopes for CSS, and (at first glance)
it started to look like deja-javascript all over again.

..... spent a few hours making a template.
It did validate. It did look different in
IE6, than on Firefox.

I will post it at some point.
Can't do it now.

Nov 15 '06 #4

Shut my mouth.
My css validated, but the html did not.
I had a DOCTYPE mismatch.
Fixing that fixed the template.
Now I'm starting to like css again.

Nov 15 '06 #5
sciontologist wrote:
Shut my mouth.
My css validated, but the html did not.
I had a DOCTYPE mismatch.
Fixing that fixed the template.
Now I'm starting to like css again.
Whoohoo.

BTW, we newsgroup readers, who don't use that abominable Google Groups
interface would appreciate if you replied to the correct posts, and
didn't start new threads when a reply should be used. Thanks for your
consideration.

--
-bts
-Motorcycles defy gravity; cars just suck
Nov 15 '06 #6
>
BTW, we newsgroup readers, who don't use that abominable Google Groups
interface would appreciate if you replied to the correct posts, and
didn't start new threads when a reply should be used. Thanks for your
consideration.
I do have a tendancy to do what ever the hell I like.
I did notice that valid css (once I got the DOCTYPES synched up)
looked essentially the same everywhere, on all browsers,
but *ONLY* if I used hard-coded pixel widths and locations.
And I don't like those because 400px means different things
at different resolutions.

And when I switched to percentage widths like:
width: 90%; the results stayed much the same on
Firefox and Safari, but STILL Looked awful on IE6

I'm not a big windows fan, but I do have one of those abominable
machines on my desk somewhere, so I downloaded IE7 and found percentage
widths
and offsets DO work just fine on IE7 (but not IE6)

So, somewhat ironically, my orignal complaints would have been valid a
month ago.
Now they no longer hold water.

Nov 15 '06 #7
On 15 Nov 2006 12:46:53 -0800, "sciontolog ist"
<Sa************ ***@gmail.comwr ote:
>What is a troll. I was expressing
anger and dissapointment.

I was pissed off because I had such
high hopes for CSS, and (at first glance)
it started to look like deja-javascript all over again.

.... spent a few hours making a template.
It did validate. It did look different in
IE6, than on Firefox.

I will post it at some point.
Can't do it now.
Hi,

Did I hear someone ask 'What is a troll'?

http://www.andrews-corner.org/troll.html

Although you sound more frustrated than troll-like :-)

Andrew.
--

Andrew
http://www.andrews-corner.org/
Nov 15 '06 #8
Beauregard T. Shagnasty wrote:

[snip]
BTW, we newsgroup readers, who don't use that abominable Google
Groups interface would appreciate if you replied to the correct
posts, and didn't start new threads when a reply should be used.
Thanks for your consideration.
Looking at the message headers, it /was/ a reply and only the Subject
changed. It threads properly in Thunderbird - are you sure the problem
isn't with 40tude?

Mike
Nov 16 '06 #9
Michael Winter wrote:
Beauregard T. Shagnasty wrote:
>BTW, we newsgroup readers, who don't use that abominable Google
Groups interface would appreciate if you replied to the correct
posts, and didn't start new threads when a reply should be used.
Thanks for your consideration.

Looking at the message headers, it /was/ a reply and only the Subject
changed. It threads properly in Thunderbird - are you sure the
problem isn't with 40tude?
Oh, you're right. My apologies. I have 40tude set to sort by Subject
line, and didn't notice it this time. Thanks.

--
-bts
-Motorcycles defy gravity; cars just suck
Nov 16 '06 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
7860
by: rp_3 | last post by:
Hello, I am attempting to insert the following but am having difficulty with the "&" symbol being accepted as a literal character. If I preced the "&" with a backslash "\", when I execute via sqlplus, the script waits for input, however if I execute via sql window in TOAD, the record is inserted as expected. Any and all suggestions greatly appreciated, Richard
4
11511
by: MLH | last post by:
I am having failures processing the following command and I wonder if you can tell me what I must do in order to have success. When I try to run source mysql_dump.sql.txt ==> it is a problem for me. 1) I put the file in /home/mlh/public_html/credifree/sql_script/. 2) I made that directory my current directory 3) I typed mysql and pressed ENTER 4) I then typed source mysql_dump.sql.txt and pressed ENTER A bunch of error...
5
17958
by: anas.hashmi | last post by:
I am trying to write to the beginning of a file. The reason: I want to make a form where board webmasters can use it to insert in updates to a webpage without having to go directly into the web file and start editing. The form must write to the beginning of the file so that the update appears on the top of the file instead. I was actually writing in PHP but see that they do not support it. So I turned to C++. On About.com, the...
36
2808
by: invni | last post by:
I have a nested while. How do I go from the inner while to the beginning of the outer while? Can this be done without using goto? while_1() { some codes here while_2() { if true go to the beginning of while_1 }
3
3004
by: patricia59 | last post by:
Can someone suggest a really elementary learning forum for vb.net? I am trying to learn VB.net web in conjunction with MS Sql data access. My previous experience has been with desktop databases, and I am struggling with the simplest concepts; find myself wasting days and days researching tools that don't accomplish what I need. For example, using the dataset components with a MSSqlconnection, how can I use a textbox user input to
6
2120
by: Radith Silva | last post by:
Private Sub cmdCalculate_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdCalculate.Click If txtName.Text <> "" Then If txtUnits.Text <> "" Then If optOne.Checked Or optTwo.Checked Or optThree.Checked Or optFour.Checked Then 'Data fine Else MessageBox.Show("Please choos an option button") End If
3
2099
by: Vijay | last post by:
Dont study Linked List because I is quiet Difficult.
6
2649
by: truezplaya | last post by:
Hi all I am currently in the situation of deciding what to do for my final year project. I was wondering if any had already done such a project and if they could shed any light on the level of difficulty required. I am doing a software engineering degree. I have asked tutors and all i really get back is it has to be more than connections to a db. Some more complex functionality!?!?!?! I have ideas but after reflection they seem to be...
0
8997
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9568
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9256
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8257
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6801
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6079
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4881
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3320
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2218
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.