472,794 Members | 2,417 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,794 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 3764
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...
3
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: erikbower65 | last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps: 1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal. 2. Connect to...
0
linyimin
by: linyimin | last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
0
by: kcodez | last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Sept 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: lllomh | last post by:
How does React native implement an English player?
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...

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.