473,386 Members | 1,758 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Spacing in IE and Firefox is different


hi

Please see http://thatshindi.oneindia.in in Firefox and IE7. The
spacing between the lines are different. What we see in Firefox is
what we desire.

How do we fix things to make it look right in IE7. To make things
simpler we have uploaded only part of the text on
http://images.oneindia.in/temp/spacing.html The space between the
bullets in IE7 is more than what we want.

Any help is appreciated.

-- greynium
Jan 9 '08 #1
6 3789
greynium wrote:
hi

Please see http://thatshindi.oneindia.in in Firefox and IE7. The
spacing between the lines are different. What we see in Firefox is
what we desire.

How do we fix things to make it look right in IE7. To make things
simpler we have uploaded only part of the text on
http://images.oneindia.in/temp/spacing.html The space between the
bullets in IE7 is more than what we want.

Any help is appreciated.
Wow! DIViditis! Why are you using nested DIVs and SPANs to accomplish
what HTML already has an element for a list, UL. Tou just have a
bulleted list of links:

<ul>
<li><a href="...">...</a></li>
<li><a href="...">...</a></li>
<li><a href="...">...</a></li>
....
</ul>

I guess class names like "Mnormal4" is a clue. Don't use MS Word to make
web pages.

--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Jan 9 '08 #2
On 9 jan, 03:44, greynium <greyn...@gmail.comwrote:
hi

Please seehttp://thatshindi.oneindia.inin Firefox and IE7. The
spacing between the lines are different. What we see in Firefox is
what we desire.

How do we fix things to make it look right in IE7. To make things
simpler we have uploaded only part of the text onhttp://images.oneindia.in/temp/spacing.htmlThe space between the
bullets in IE7 is more than what we want.

Any help is appreciated.

-- greynium
Greynium,

Jonathan is absolutely correct: there are <div>s everywhere in that
webpage and dozens and dozens of CSS declarations.

You definitely should stop using MS-Word to edit your webpages. MS-
Word is a very bad product to use to create webpages.

All you need is a simple list of links like Jonathan told you.

Hand-coding is best but if you are not experienced in web authoring,
then I suggest you
try KompoZer 0.7.10
http://www.kompozer.net/

and then I suggest some reading, learning:

Web design resources: Learning, tips, CSS page templates, tutorials
http://www.gtalbot.org/NvuSection/Nv...Resources.html

KompoZer User Guide (english)
http://www.charlescooke.me.uk/web/ugs01.htm
http://www.charlescooke.me.uk/web/kz-ug-home.htm

Regards, Gérard
Jan 10 '08 #3

hi

Thanks for the suggestion.
We made the changes and they are at http://images.oneindia.in/temp/spacing-ul.html
The only issue we had with the ul/li's was that in 800x600 or even
1024 resolution the bullets looked very huge. We did not want it to be
so prominent.

Do you folks have any suggestion on what we could use for the bullets
that would look classy in all resolutions?

regards,
On Jan 10, 11:46 am, GTalbot <newsgr...@gtalbot.orgwrote:
>
Jonathan is absolutely correct: there are <div>s everywhere in that
webpage and dozens and dozens of CSS declarations.

You definitely should stop using MS-Word to edit your webpages. MS-
Word is a very bad product to use to create webpages.

All you need is a simple list of links like Jonathan told you.

Hand-coding is best but if you are not experienced in web authoring,
then I suggest you
try KompoZer 0.7.10http://www.kompozer.net/

and then I suggest some reading, learning:

Web design resources: Learning, tips, CSS page templates, tutorialshttp://www.gtalbot.org/NvuSection/NvuWebDesignTips/WebDesignResources...

KompoZer User Guide (english)http://www.charlescooke.me.uk/web/ug...kz-ug-home.htm

Regards, Gérard
Jan 10 '08 #4
[Top-posting fixed...]

In article
<e6**********************************@d21g2000prf. googlegroups.com>,
greynium <gr******@gmail.comwrote:
On Jan 10, 11:46 am, GTalbot <newsgr...@gtalbot.orgwrote:

Jonathan is absolutely correct: there are <div>s everywhere in that
webpage and dozens and dozens of CSS declarations.

You definitely should stop using MS-Word to edit your webpages. MS-
Word is a very bad product to use to create webpages.

All you need is a simple list of links like Jonathan told you.

Hand-coding is best but if you are not experienced in web authoring,
then I suggest you
try KompoZer 0.7.10http://www.kompozer.net/
[snip]
hi

Thanks for the suggestion.
We made the changes and they are at
http://images.oneindia.in/temp/spacing-ul.html
The only issue we had with the ul/li's was that in 800x600 or even
1024 resolution the bullets looked very huge. We did not want it to be
so prominent.

Do you folks have any suggestion on what we could use for the bullets
that would look classy in all resolutions?
They look absolutely fine to me. I wouldn't worry about it, since the
size of the bullets is going to vary from browser to browser, and since
you cannot possibly know how big a user's window is going to be when
they browse your site, let alone their monitor settings.

I would, however, suggest cleaning up your css a little - you don't
really need to explicitly put the same class on every li and a in
your ul - you can write css rules such that this is automatically done
for you.

So in your style sheet you can write:

ul.spacingul li, ul.spacingul li a {
/* Mnormal4 styles go in here */
}

I'd also avoid setting font sizes in px units - use 100% for the body,
and maybe 125% for headings and your .spacingul class.

That's already more CSS than should be appropriate for this newsgroup,
though - ask in comp.infosystems.www.authoring.stylesheets if you need
more help with that.
Jan 10 '08 #5
On 10 jan, 04:58, greynium <greyn...@gmail.comwrote:
hi

Thanks for the suggestion.
We made the changes and they are athttp://images.oneindia.in/temp/spacing-ul.html
The only issue we had with the ul/li's was that in 800x600 or even
1024 resolution the bullets looked very huge. We did not want it to be
so prominent.

Do you folks have any suggestion on what we could use for the bullets
that would look classy in all resolutions?

regards,
Greynium,

I again agree with the suggestions submitted by David Stone. The size
of bullets are fine and the size of bullets should now be the very
last concern regarding your site. Your website has a lot of
improvement work to do.

Font size should be ideally in relative unit like %, not in pixels.
"
Do not specify the font-size in pt, or other absolute length units
(like px) for screen stylesheets. They render inconsistently across
platforms and can't be resized by the User Agent (e.g browser). Keep
the usage of such units for styling on media with fixed and known
physical properties (e.g print).
Use relative length units such as percent
"
W3C Quality Assurance tip for webmasters:
Care With Font Size
http://www.w3.org/QA/Tips/font-size

Also
http://k75s.home.att.net/fontsize.html by Beauregard T. Shagnasty
is worth reading and is often mentionned in this newsgroup.

Your css declarations and css rules should be reviewed, clarified,
trimmed, simplified: you are definitely over-coding, over-declaring
and over-constraining. You need here to understand what is CSS
inheritance and how to use it. You also need to understand that
browsers have default values and that CSS 2.1 specification suggests,
recommend default, initial values to properties.

I can not go over all of this with you. Before asking questions in
newsgroups, I strongly recommend that you start with the reading
(tutorials) that was proposed to you so that you can start swimming on
your own, so that you can start fishing by yourself.

Regards, Gérard
Jan 10 '08 #6
Gazing into my crystal ball I observed greynium <gr******@gmail.com>
writing in
news:e6**********************************@d21g2000 prf.googlegroups.com:

Please do not top post - posting correct at bottom
>
On Jan 10, 11:46 am, GTalbot <newsgr...@gtalbot.orgwrote:
>>
Jonathan is absolutely correct: there are <div>s everywhere in that
webpage and dozens and dozens of CSS declarations.

You definitely should stop using MS-Word to edit your webpages. MS-
Word is a very bad product to use to create webpages.

All you need is a simple list of links like Jonathan told you.

Hand-coding is best but if you are not experienced in web authoring,
then I suggest you
try KompoZer 0.7.10http://www.kompozer.net/

and then I suggest some reading, learning:

Web design resources: Learning, tips, CSS page templates,
tutorialshttp://
http://www.gtalbot.org/NvuSection/Nv...esignResources...
>>
KompoZer User Guide
(english)http://www.charlescooke.me.uk/web/ugs01.htmht
tp://www.charlescooke.me.uk/web/kz-ug-home.htm
>>
hi

Thanks for the suggestion.
We made the changes and they are at
http://images.oneindia.in/temp/spacing-ul.html The only issue we had
with the ul/li's was that in 800x600 or even 1024 resolution the
bullets looked very huge. We did not want it to be so prominent.

Do you folks have any suggestion on what we could use for the bullets
that would look classy in all resolutions?
There are all kinds of different "bullets" you can use, or even no
bullets at all. [http://www.w3.org/TR/CSS21/generate.html#list-style]

Also consider that 800x600 or 1024 is empty and meaningless. You do not
know the user's window size (yes, you can _try_ to get it, but browsers
can lie or not give up the information). You do not even know if the
user is using a browser at all - it could be a phone, or a refrigerator
for that matter. Your best bet is to use a flexible design.
--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share

Jan 11 '08 #7

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

Similar topics

12
by: Rick DeBay | last post by:
I'm trying to create a layout table, where the spacing between rows varies. I've tried using setting margin-top and border-top for the rows I wan't spaced down from the one above, and I've also...
1
by: Jim Moe | last post by:
Hello, I am (slowly) in the process of changing a table-based layout to CSS/div-based. One area that uses tables a lot is the main nav menu. I have discovered that tables have advantage: all...
38
by: Xah Lee | last post by:
sometimes i wish to add white space in <p> as to achived effects similar to tab. what should i do? using empty image seems the sure way but rather complicated. (and dosen't change size with...
4
by: metoikos | last post by:
I've scoured the web (clumsily, I'm sure) for information on the difficulties I am having, checked my markup in validators, and had a friend with more CSS clue look over it, but I haven't had any...
10
by: phil-news-nospam | last post by:
I have a table with 3 columns in 1 row. I want to increase the spacing _between_ the columns (gutter) _without_ increasing the spacing between those columns and the table itself. Is there a way...
0
by: phil-news-nospam | last post by:
This is expanding on my previous question about gutters in tables. Here are 3 URLs for sample pages I'm testing with. They vary only by the table element attribute cellspacing, with values 0, 1,...
6
by: mno | last post by:
Hi all, I have a problem that I've been stuck with for the last couple of days that's driving me a bit more than crazy at this point. Sorry if this message is not very clear. I have a design...
1
by: djs1979 | last post by:
Hello, First time "designer" here. I've mostly used CoffeeCup Vis Designer (a WYSIWYG prog for those unfamiliar with it), and dropped in some code by hand here and there. My problem is with the...
4
Curtis Rutland
by: Curtis Rutland | last post by:
Sorry, me again. Now I have the opposite problem. Actually, I'm fairly certain Firefox is spacing them right, I just can't see what is wrong with my code. I've got the site live at...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.