473,663 Members | 2,694 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Float - text not flowing around it in IE

This has stumped me. The text is not flowing properly to the left of an
image I have floated to the right in IE. Seems fine in Firefox. I'm on a
WinXP ...

http://www.bluequillangler.com/vo/working.html

http://www.bluequillangler.com/vo/styles-voaurora.css

Can anyone help me with this?

Jul 20 '05 #1
3 2040
gallery wrote:
This has stumped me. The text is not flowing properly to the left of
an image I have floated to the right in IE. Seems fine in Firefox.
I'm on a WinXP ...

http://www.bluequillangler.com/vo/working.html

http://www.bluequillangler.com/vo/styles-voaurora.css

Looks right to me in IE 6 -
<p>bla bla </p><img>

<p>bla bla</p>

You want (I think)
<p>bla bla</p>
<p>bla bla</p>
<img>

If you click the home link you can see your directory - don't think that is
what you want.
The font is all fixed size - can not resize in IE.
The header is too wide and/or should be a background so that the canvas can
be resized.
Nice colors, pleasant, peaceful design - good luck.

--
TK
www.wejuggle2.com
Still Having a Ball


-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
Jul 20 '05 #2
Thanks Terry ... you're right ... none of the links work now ... this is
just a mockup for the client. About the picture, are you saying that the
image should not be within a paragraph?

<p>bla bla</p>
<p>bla bla</p>
<img>

"Terry Kimpling" <we*******@effi ngham.net> wrote in message
news:41******** @corp.newsgroup s.com...
gallery wrote:
This has stumped me. The text is not flowing properly to the left of
an image I have floated to the right in IE. Seems fine in Firefox.
I'm on a WinXP ...

http://www.bluequillangler.com/vo/working.html

http://www.bluequillangler.com/vo/styles-voaurora.css Looks right to me in IE 6 -
<p>bla bla </p><img>

<p>bla bla</p>

You want (I think)
<p>bla bla</p>
<p>bla bla</p>
<img>

If you click the home link you can see your directory - don't think that

is what you want.
The font is all fixed size - can not resize in IE.
The header is too wide and/or should be a background so that the canvas can be resized.
Nice colors, pleasant, peaceful design - good luck.

--
TK
www.wejuggle2.com
Still Having a Ball


-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----

Jul 20 '05 #3
gallery wrote:
"Terry Kimpling" <we*******@effi ngham.net> wrote in message
news:41******** @corp.newsgroup s.com...
gallery wrote:
This has stumped me. The text is not flowing properly to the left of
an image I have floated to the right in IE. Seems fine in Firefox.
I'm on a WinXP ...

http://www.bluequillangler.com/vo/working.html

http://www.bluequillangler.com/vo/styles-voaurora.css

Looks right to me in IE 6 -
<p>bla bla </p><img>

<p>bla bla</p>

You want (I think)
<p>bla bla</p>
<p>bla bla</p>
<img>

Thanks Terry ... you're right ... none of the links work now ... this
is just a mockup for the client. About the picture, are you saying
that the image should not be within a paragraph?

<p>bla bla</p>
<p>bla bla</p>
<img>

Sorry, unclear (and incorrect) - what I should have said is move <img
src="resources/photo-womankneees.jpg " alt="VICTORY OUTREACH" width="180"
height="322" class="imgright " /> right after <h2>This is a SubHeader</h2>.
HTH

--
TK
www.wejuggle2.com
Still Having a Ball


-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
Jul 20 '05 #4

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

Similar topics

1
3524
by: Aaron | last post by:
I'm using relative positioning to move a right-floated image 10px upwards.. Text wrapping around the image should go underneath it once it reaches the bottom of the image, yet it acts as if the image is still in it's original position and doesn't start wrapping until it's 10px below the bottom of the image. How can I work around this? TIA, Aaron
2
6173
by: mike | last post by:
Hello, What I would like is to float some text around the image where the text starts align on the left or right of the image aligned to the top of the image and then wrap around the image. I have tried using the .imgright {float: right;} or .imgleft {float: left;} in my draft css. I have looked at other suggestion on the net by using a span class but I am having problems adding it to my <div class="contpara" now such luck. Here is my...
2
5707
by: Dr. Richard E. Hawkins | last post by:
I've googled around, and asked everyone I know, but I still can't find any reference to anyone else having faced this particular IE bug with floats. I've put a page at http://dochawk.org/sample.html . This was made by stripping out the google ads from the regular pages. It validates as strict 4.01 at http://validator.w3.org. (The google ads drive it nuts!) The main (right) column is made with alternating left and right floats to...
20
2685
by: Joe exCSSive | last post by:
Hi, folks: I'm back...and now I'm really stuck !! I have a graphic ( http://www.sundialontario.com/images/makeitatable.jpg ) that I would like to convert to CSS and I'm not sure how to do this.
2
6704
by: richards1052 | last post by:
I write a blog & have html code which I use to float images right & left in my posts. But I often see images surrounded by text on all 4 sides. Can anyone tell me a not too complex way I can do this? Here's the image (float left) code I use now: <div><div style="float:left;"> <img style="margin-right: 15px" src="" height="" width="" /> <p style="text-align:center;"><span style="color: blue;"><em> </em> (credit: )</span></p></div>
14
3082
by: Eric Lindsay | last post by:
I've seen a page using display, and especially display table that did some neat things with boxes, but basically it only worked with Mozilla browsers. Fell over fairly badly with Opera and Safari (I don't have IE, but I have my suspicions that wouldn't work either). I'd like to use CSS to put some boxes down the middle of a page. The page is intended to be fluid, but the boxes all need to be the same width, which can be variable...
22
51495
by: ashkaan57 | last post by:
Hi, I am trying to put text on left and right side of the page and used: <div> <span>blah blah</span> <span style="float:right">blah blah</span> </div> The 2nd text does go to the right but the next line. What am I doing wrong? TIA.
14
2494
by: greentiger1 | last post by:
I'm moderately experienced in CSS. I am currently working on a new version of my site, built from the ground up, but the dynamic portion, loaded with a PHP include into the 'chest' DIV is being visually blocked by the 'arm' DIV. Arm is supposed to be the scalable side-justified navigation bar, chest is supposed to be the main content. The idea was to create a partially elastic site so that people could scale it to their liking in any...
1
1383
by: John Dann | last post by:
Another amateur's problem I'm afraid. Don't know whether anyone might be kind enough to look at this and spot what the problem might be - I suspect that it's something fairly simple but can't see exactly what. There's a draft page of a technical site viewable at: www.weatherstations.co.uk/nd2/vp_main.htm This page is unfinished as yet - there's one specific problem in its current incomplete form that I'm asking about:
0
8436
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
8858
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...
1
8548
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8634
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...
1
6186
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
5657
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
4349
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2763
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
2
1757
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.