Browser test..

Nitelily

New Member
Messages
5
Reaction score
0
Points
0
I'm trying to get the corporate ads to display within the header on a phpBB3 board. It's been AGES since I've touched HTML or CSS, so I'm rusty as hell. Could anyone help me test my quick, pretty sloppy fix for my ad placement on other browsers?

Tested on IE7 @ 1024x768: http://img71.imageshack.us/img71/3493/testck3.jpg .

Could you guys let me know if it looks any different for you, and which browser you're using? Thanks.

Edit: Make note of not only the ad, but the search box underneath it. I had to move that from the header to its current location, and then create an "Advanced" button to replace a link. Let me know if that looks alright too.

Edit: Sorry, forgot to add the URL - http://nireui.x10hosting.com/ .

Edit: Changed the theme. Test the live clock (to the right, belw the ad) and the ad. List your browser if it looks messed up.

My end: http://img339.imageshack.us/img339/5871/siteue1.jpg .
 
Last edited:

CascadesAdmin

New Member
Messages
87
Reaction score
0
Points
0
The header looks too big in FF(firefox). try replacing this: (above the javascript ad code)

Code:
<div style="text-align:right; float:right; display:block; white-space:nowrap; position:relative;">

with this:

Code:
<div style="text-align:center; float:right; display:block; white-space:nowrap; position:relative;">
I dont know if it will work but try it.
 

Nitelily

New Member
Messages
5
Reaction score
0
Points
0
The header looks too big in FF(firefox). try replacing this: (above the javascript ad code)

Code:
<div style="text-align:right; float:right; display:block; white-space:nowrap; position:relative;">

with this:

Code:
<div style="text-align:center; float:right; display:block; white-space:nowrap; position:relative;">
I dont know if it will work but try it.

That part was commented out anyway.

Edit: Going to move to a different layout anyway. I'll post the advertisement addition for another test in a few.

Edit: Changed the theme. Test the live clock (to the right, belw the ad) and the ad. List your browser if it looks messed up.

My end: http://img339.imageshack.us/img339/5871/siteue1.jpg .
 
Last edited:
Top