PDA

View Full Version : Aligning A Picture/Logo To The Right Of A Fluid Skin?


Masked Crusader
03-18-2007, 11:33 PM
HUGE ISSUE WITH THE ADVICE BELOW -- THE NEW INTERNET EXPLORER DOES NOT RECOGNIZE FLOAT PROPERTIES!

Alright, so this is what I want to do.

My skin is currently a fluid width skin. Up at the top of the skin, is the header obviously enough. Well, on the other side of the header (the right side), I want to place another header/image. I am trying to figure out what the code for this is.

Also, if it would help, my site is http://www.roninleague.com. If you look at the top, I want to add something on the right side of the page, opposite the logo.

Any help would be appreciated.

Aken
03-19-2007, 12:07 AM
Add an image before your normal header image, and use the following:

<img src="" width="" height="" alt="" style="float: right; border: 0;">

Masked Crusader
03-19-2007, 07:20 PM
HUGE ISSUE WITH THE ADVICE ABOVE -- THE NEW INTERNET EXPLORER DOES NOT RECOGNIZE FLOAT PROPERTIES!

The coding works fine for Firefox and Opera, but Internet Explorer screws it up badly.

Still need a fix.

nexialys
03-19-2007, 07:53 PM
if IE does not recognize float, you really have a world global bug here... anyway, IE is a virus, so switch to Firefox...

Masked Crusader
03-19-2007, 09:21 PM
if IE does not recognize float, you really have a world global bug here... anyway, IE is a virus, so switch to Firefox...

Anyone have any ACTUAL suggestions as to what to do. There has to be a way to get it to work properly in IE.

Aken
03-20-2007, 04:04 AM
Which Internet Explorer version are you talking about, specifically? IE 7 recognizes float just fine on my computer, albeit with a few bugs when including things like margins.

Masked Crusader
03-20-2007, 04:08 AM
Check out my site in any version of Internet Explorer. Float works fine. I misread a post on a forum about Internet Explorer.

Still need a fix for this.

GOT THE DAMN THING TO WORK!

Finally. Thanks for everyone's time and assistance.

Aken
03-20-2007, 04:21 AM
The upper right image looks fine and identical in Firefox and IE7 on my computer.