473,401 Members | 2,146 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,401 software developers and data experts.

Opera Paragraph Issue

I have a site that is having a strange issue in Opera. For some
reason my paragraphs seem to have some strange left hand margin thing
going off.

I can't think of any reason for it as I have no real styling on the p
tags except for this:

p{
margin: 1em 0;
padding: 0;
line-height: 1.5em;
}

Page is at http://004.e-connected.com/

If anyone can't help me identify this I would really appreciate it.

Thanks in advance!

Rick

Mar 1 '07 #1
10 1730
In article
<11*********************@p10g2000cwp.googlegroups. com>,
"thehuby" <th*****@gmail.comwrote:
I have a site that is having a strange issue in Opera. For some
reason my paragraphs seem to have some strange left hand margin thing
going off.

I can't think of any reason for it as I have no real styling on the p
tags except for this:

p{
margin: 1em 0;
padding: 0;
line-height: 1.5em;
}

Page is at http://004.e-connected.com/

If anyone can't help me identify this I would really appreciate it.

How about you helping us to identify it? What is it you are
meaning? In my Opera, all looks fine and lovely enough?

--
dorayme
Mar 1 '07 #2
thehuby wrote:
Page is at http://004.e-connected.com/

If anyone can't help me identify this I would really appreciate it.
What are you, a masochist? Well, here's hoping this *doesn't* help...
I'm getting weirdnesses in both Opera and FF, but maybe my question
below and a bit of voodoo magic will make them go away ;-)

Do you really mean to have, say, 135px instead of 335px in
#middle { padding: 0 335px 0 60px; }?

You'll want to validate your source and CSS, too.

--
John
Mar 1 '07 #3
In article <45**********@news.bluewin.ch>,
John Hosking <Jo**@DELETE.Hosking.name.INVALIDwrote:
thehuby wrote:
Page is at http://004.e-connected.com/

If anyone can't help me identify this I would really appreciate it.

What are you, a masochist? Well, here's hoping this *doesn't* help...
I'm getting weirdnesses in both Opera and FF,
Not weird on Opera 8.51 on a Mac, nor FF 2.0.0.2 on Mac?
but maybe my question
below and a bit of voodoo magic will make them go away ;-)

Do you really mean to have, say, 135px instead of 335px in
#middle { padding: 0 335px 0 60px; }?

You'll want to validate your source and CSS, too.
Not that there is nothing wrong...

--
dorayme
Mar 1 '07 #4
It was Opera 9 and Windows XP.

I corrected the few CSS issues and that fixed the bug.

I actually tracked it down to the fact that I was including a CSS file
that didn't actually exist. No idea why that would cause the margin
issue on paragraphs but I have tested it and can replicate the issue
by including a non-existent style sheet.

Thanks for the feedback guys!

Mar 1 '07 #5
On 1 Mar, 00:19, "thehuby" <theh...@gmail.comwrote:
I have a site that is having a strange issue in Opera.
I don't have an Opera to hand I'm afraid
But this:
line-height: 1.5em;
concerns me on a rough initial template for a page that claims to be
"acccessible"

Why not just use line-height: 1.5; if you want some extra spacing?

Mar 1 '07 #6

"Andy Dingley" <di*****@codesmiths.comwrote in message
news:11**********************@v33g2000cwv.googlegr oups.com...
On 1 Mar, 00:19, "thehuby" <theh...@gmail.comwrote:
I have a site that is having a strange issue in Opera.

I don't have an Opera to hand I'm afraid
But this:
line-height: 1.5em;

concerns me on a rough initial template for a page that claims to be
"acccessible"

Why not just use line-height: 1.5; if you want some extra spacing?
ooh, (if you have the time/inclination) could you explain further why using
em for line-height is bad in regards to accesibility? tia as they say.
Mar 5 '07 #7
In article <ia*********************@eclipse.net.uk>,
"the red dot" <re*@dot.spotwrote:
"Andy Dingley" <di*****@codesmiths.comwrote in message
news:11**********************@v33g2000cwv.googlegr oups.com...
On 1 Mar, 00:19, "thehuby" <theh...@gmail.comwrote:
I have a site that is having a strange issue in Opera.
I don't have an Opera to hand I'm afraid
But this:
line-height: 1.5em;
concerns me on a rough initial template for a page that claims to be
"acccessible"

Why not just use line-height: 1.5; if you want some extra spacing?

ooh, (if you have the time/inclination) could you explain further why using
em for line-height is bad in regards to accesibility? tia as they say.
Yu could look at

<http://members.optushome.com.au/droovies/test/lineHeight.html>

for an example of the difference

--
dorayme
Mar 5 '07 #8
On 5 Mar, 02:52, dorayme <doraymeRidT...@optusnet.com.auwrote:
In article <iaSdnfxo_qxL9HbYRVny...@eclipse.net.uk>,
"the red dot" <r...@dot.spotwrote:
"Andy Dingley" <ding...@codesmiths.comwrote in message
news:11**********************@v33g2000cwv.googlegr oups.com...
On 1 Mar, 00:19, "thehuby" <theh...@gmail.comwrote:
I have a site that is having a strange issue in Opera.
I don't have an Opera to hand I'm afraid
But this:
line-height: 1.5em;
concerns me on a rough initial template for a page that claims to be
"acccessible"
Why not just use line-height: 1.5; if you want some extra spacing?
ooh, (if you have the time/inclination) could you explain further why using
em for line-height is bad in regards to accesibility? tia as they say.

Yu could look at

<http://members.optushome.com.au/droovies/test/lineHeight.html>
Try:

p.big {font-size: 200%; line-height: 1.2em}
p.small {font-size: 80%; line-height: 1.2em}

Mar 5 '07 #9

"dorayme" <do************@optusnet.com.auwrote in message
news:do**********************************@news-vip.optusnet.com.au...
In article <ia*********************@eclipse.net.uk>,
"the red dot" <re*@dot.spotwrote:
"Andy Dingley" <di*****@codesmiths.comwrote in message
news:11**********************@v33g2000cwv.googlegr oups.com...
On 1 Mar, 00:19, "thehuby" <theh...@gmail.comwrote:
I have a site that is having a strange issue in Opera.
>
I don't have an Opera to hand I'm afraid
>
>
But this:
>
line-height: 1.5em;
>
concerns me on a rough initial template for a page that claims to be
"acccessible"
>
Why not just use line-height: 1.5; if you want some extra spacing?
>
ooh, (if you have the time/inclination) could you explain further why
using
em for line-height is bad in regards to accesibility? tia as they say.

Yu could look at

<http://members.optushome.com.au/droovies/test/lineHeight.html>

for an example of the difference

--
aha as simple (and obvious) as that... cheers
Mar 5 '07 #10
In article
<11**********************@v33g2000cwv.googlegroups .com>,
"Roy A." <ro*********@gmail.comwrote:
<http://members.optushome.com.au/droovies/test/lineHeight.html>

Try:

p.big {font-size: 200%; line-height: 1.2em}
p.small {font-size: 80%; line-height: 1.2em}
Why? Do you not know the purpose of me posting this to help OP?

--
dorayme
Mar 5 '07 #11

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

Similar topics

3
by: Pete Gray | last post by:
I have this in my style sheet: ..intro { font-size:1.2em; font-family:"Comic Sans MS", cursive; letter-spacing:0.1em; } p.intro:first-letter {
60
by: A.Translator | last post by:
I have been struggling with a page that is based on a table structure (because that is all I am feeling comfortable with at the moment) styled with css. One of the problems I run in to is Opera...
13
by: TheKeith | last post by:
Is it just me or does opera and ie not render the float style properly? IE does a sucky job at it, but opera makes a total mess; Mozilla/Firefox renders it correctly however. I'm just trying to be...
4
by: The Master | last post by:
Why will the unordered list not float in opera 7.5 unless a fixed/liquid width is applied to the unordered lists containing block? Then on the same token why does specifying a fixed/liquid width...
4
by: William Tcherust | last post by:
I'm volunteering for this site using CSS, but Safari 1.2.4 and Opera 6.0 are not rendering my stylesheet as intended. Even though I did most of the job, there's still a bug that I just can't work...
4
by: Howard Jess | last post by:
In Opera 8.01 (Linux; Build 1204) and in Opera 7.54 (Windows XP; Build 3865), my form disappears from the HTML markup (below). To summarize: 1) In a <script> block in the <head> I create a form...
3
by: Cezar | last post by:
Here is my application: http://demo.ikeris.com/ics151/main/index.php To send document with correct mime type I was use: http://demo.ikeris.com/ics151/inc/mimet.php.txt In Firefox (XHTML) and...
41
by: amygdala | last post by:
Hello all, I have posted a similar question in comp.lang.php in the past, but haven't had any response to it then. I kinda swept the problem under the rug since then. But I would really like to...
13
by: BMc | last post by:
I just want to take a moment to say thank you to so many of you who posted a response to my request for help about the problem with THE GAP (see below?)! Your suggestions were not only a...
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...
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...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
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...
0
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,...
0
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...

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.