Problems with "float" in IE

  • Bobbo171
  • Graduate
  • Graduate
  • No Avatar
  • Joined: Jun 27, 2004
  • Posts: 174
  • Status: Offline

Post August 3rd, 2004, 3:07 pm

I didnt really want to ask this question, becuase i feel hat I ask too many, but I am slightly confused with this topic and something went wrong with it. On a layout I am coding i have 3 elements floated to the left, and in netscape when you make the window smaller everything stays how it should, but in IE they all stack up when the window is made smaller, and if the window is too large the bottom floated div moves up and to the left.
the layout is http://www.lordinuyasha.com/canz.php

also for some reason the flash banners arent showing up at all in netscape and firefox or mozilla

any input is greatly appreciated
:D
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post August 3rd, 2004, 3:07 pm

  • b_heyer
  • Web Master
  • Web Master
  • User avatar
  • Joined: Jun 15, 2003
  • Posts: 4583
  • Loc: Maryland
  • Status: Offline

Post August 3rd, 2004, 3:09 pm

I'm not sure about the floating issue, but flash not showing up means you probably haven't installed the plugin yet.

And don't be afraid to ask as many questions as necissary (just do some research before hand ;)).
Pixel Acres V2
  • Bobbo171
  • Graduate
  • Graduate
  • No Avatar
  • Joined: Jun 27, 2004
  • Posts: 174
  • Status: Offline

Post August 3rd, 2004, 3:21 pm

i was viewing flash stuff earlier tho, and that all came up fine, but these just show the bg color and says movie not yet loaded
  • Vladdrac
  • Mastermind
  • Mastermind
  • User avatar
  • Joined: Feb 04, 2004
  • Posts: 2136
  • Loc: Louisville, Ky
  • Status: Offline

Post August 3rd, 2004, 3:42 pm

hmm, what is the code that you are using to embed them? they show up fine in IE?
  • Bobbo171
  • Graduate
  • Graduate
  • No Avatar
  • Joined: Jun 27, 2004
  • Posts: 174
  • Status: Offline

Post August 3rd, 2004, 4:17 pm

im using the html that flash gave me
Code: [ Select ]
<!-- url's used in the movie-->
<!-- text used in the movie-->
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
width="723" height="149" id="bannerli" align="">
<param name=movie value="http://www.lordinuyasha.com/bannerli.swf"> <param name=menu value=false> <param name=quality value=high> <param name=bgcolor value=#000000> <embed src="http://www.lordinuyasha.com/banerli.swf" menu=false quality=high bgcolor=#000000 width="723" height="149" name="bannerli" align=""
type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>
</object>
  1. <!-- url's used in the movie-->
  2. <!-- text used in the movie-->
  3. <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
  4. codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
  5. width="723" height="149" id="bannerli" align="">
  6. <param name=movie value="http://www.lordinuyasha.com/bannerli.swf"> <param name=menu value=false> <param name=quality value=high> <param name=bgcolor value=#000000> <embed src="http://www.lordinuyasha.com/banerli.swf" menu=false quality=high bgcolor=#000000 width="723" height="149" name="bannerli" align=""
  7. type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>
  8. </object>
  • Vladdrac
  • Mastermind
  • Mastermind
  • User avatar
  • Joined: Feb 04, 2004
  • Posts: 2136
  • Loc: Louisville, Ky
  • Status: Offline

Post August 3rd, 2004, 4:46 pm

that is odd, It's not showing up for me in firefox either
  • Bobbo171
  • Graduate
  • Graduate
  • No Avatar
  • Joined: Jun 27, 2004
  • Posts: 174
  • Status: Offline

Post August 4th, 2004, 8:24 pm

well i fixed the issue I had with the footer, but I still cant figure out that problem in IE where the content drops under the nav, or the banner problems in mozilla
  • Bobbo171
  • Graduate
  • Graduate
  • No Avatar
  • Joined: Jun 27, 2004
  • Posts: 174
  • Status: Offline

Post August 5th, 2004, 4:13 pm

I just fixed the problem with the banners, for some reason mozilla didnt like the html that flash gave me, so I installed the new version of flash and updated the html.

Now all thats left is the problem with the content moving under the nav when the window is too small...I am completely baffled with this :?
  • Vladdrac
  • Mastermind
  • Mastermind
  • User avatar
  • Joined: Feb 04, 2004
  • Posts: 2136
  • Loc: Louisville, Ky
  • Status: Offline

Post August 5th, 2004, 4:16 pm

yeah i just use bear bones code when I embed flash in the html
  • Bobbo171
  • Graduate
  • Graduate
  • No Avatar
  • Joined: Jun 27, 2004
  • Posts: 174
  • Status: Offline

Post August 6th, 2004, 12:02 am

I would but ive always relied on flash thinking hey I paid money for this the HTML should work, and newver too the time to learn how to add flash to a page. So i kina dug myself into a hole...

The link to the layout has changed and i forgot to update it
http://www.lordinuyasha.com/canz.php
  • rtm223
  • Mastermind
  • Mastermind
  • User avatar
  • Joined: Mar 24, 2004
  • Posts: 1855
  • Loc: Uk
  • Status: Offline

Post August 6th, 2004, 12:06 am

Code: [ Select ]
body{
  background:#1F1F1F url('http://www.lordinuyasha.com/_img/v3/bgslice.gif') repeat-y;
  margin:0px;
  padding:0px;
  min-width: 889px;
  font:12px Tahoma, sans-serif;
  color:#FFFFFF;
}
  1. body{
  2.   background:#1F1F1F url('http://www.lordinuyasha.com/_img/v3/bgslice.gif') repeat-y;
  3.   margin:0px;
  4.   padding:0px;
  5.   min-width: 889px;
  6.   font:12px Tahoma, sans-serif;
  7.   color:#FFFFFF;
  8. }


Min-width unsupported by internet explorer

You should be able to create a container div and wrap the whole page inside that. Just give the container a width of 889.
CSS website design tutorials
  • Bobbo171
  • Graduate
  • Graduate
  • No Avatar
  • Joined: Jun 27, 2004
  • Posts: 174
  • Status: Offline

Post August 6th, 2004, 4:48 am

Quote:
#containerq{
position:absolute;
left:0px;
top:0px;
width:889;
}

I added this and still the same thing :?
  • rtm223
  • Mastermind
  • Mastermind
  • User avatar
  • Joined: Mar 24, 2004
  • Posts: 1855
  • Loc: Uk
  • Status: Offline

Post August 6th, 2004, 5:01 am

Bobbo171 wrote:
Quote:
#containerq{
position:absolute;
left:0px;
top:0px;
width:889;
}

I added this and still the same thing :?


Did you try validating that little bit of CSS ;) see if you can work out the answer yourself.

In addition, you only need one of those lines of code to get it to work.
CSS website design tutorials
  • Bobbo171
  • Graduate
  • Graduate
  • No Avatar
  • Joined: Jun 27, 2004
  • Posts: 174
  • Status: Offline

Post August 6th, 2004, 5:16 am

whoops, and I was real careful too to make shure I put px after top and left. Now the content doesnt drop down, but the floating stuff is the only stuff showing
  • rtm223
  • Mastermind
  • Mastermind
  • User avatar
  • Joined: Mar 24, 2004
  • Posts: 1855
  • Loc: Uk
  • Status: Offline

Post August 6th, 2004, 5:37 am

Well, it works fine in FF. And I just spent the last 5 mins fiddling in IE, when all of a sudden it worked :? Took me a while to work it out, but if you use:

Code: [ Select ]
#containerq{
  width:892px;
}
  1. #containerq{
  2.   width:892px;
  3. }


All is well. Strange If you ask me, the width should not affect the pos absolute stuff at all. IE has a thing about 3 pixcels though......
CSS website design tutorials
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post August 6th, 2004, 5:37 am

Post Information

  • Total Posts in this topic: 16 posts
  • Users browsing this forum: No registered users and 163 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
cron
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.