Register FAQ/Rules Forum Spy Search Today's Posts Mark Forums Read

Welcome to the Mac Forums forums. Please read the FAQ if you have questions. Register to participate.

 
Go Back   Mac Forums > Archive > Archives of Old Posts > Web Design and Development (archive)
TouchArcade.com - iPhone Game Reviews and News

 
 
Thread Tools Search this Thread Display Modes
Old May 28, 2005, 03:01 PM   #1
ZicklePop
macrumors member
 
Join Date: Mar 2005
Send a message via AIM to ZicklePop Send a message via MSN to ZicklePop Send a message via Yahoo to ZicklePop
Konqueror and Opera Compatibility Help

I recently redid ZicklePop.com (ZicklePop Productions), to add cross-browser compatibility. Here are my errors:

OPERA:
Theres about a 8 pixel gap at the top and bottom of the website. To fix this in other browsers I use the code:
Code:
<style type="text/css">Body{margin-bottom:0px;margin-left:0px;margin-right:0px;margin-top:0px;}</style>
KONQUEROR:
Some images are not being displayed by it like:
http://www.zicklepop.com/gfx/spacer.gif
http://www.zicklepop.com/gfx/bg-top.png
http://www.zicklepop.com/gfx/bg-leftside.png

To see what I mean visit www.zicklepop.com in those browsers. Please help me to fix them.

Do you see any other bugs? Please tell me, thank you!
__________________
- ZicklePop [ www.zicklepop.com ]
ZicklePop is offline  
Old May 28, 2005, 05:51 PM   #2
ZicklePop
Thread Starter
macrumors member
 
Join Date: Mar 2005
Send a message via AIM to ZicklePop Send a message via MSN to ZicklePop Send a message via Yahoo to ZicklePop
Okay Opera sets the padding by default to 8px and I didnt have a padding set. Now anyone know how to help me with Konqueror?
__________________
- ZicklePop [ www.zicklepop.com ]
ZicklePop is offline  
Old May 28, 2005, 07:49 PM   #3
ZicklePop
Thread Starter
macrumors member
 
Join Date: Mar 2005
Send a message via AIM to ZicklePop Send a message via MSN to ZicklePop Send a message via Yahoo to ZicklePop
Fixed! It was only that my libpng lib was out dated.
__________________
- ZicklePop [ www.zicklepop.com ]
ZicklePop is offline  
Old May 29, 2005, 02:47 AM   #4
CaptainHaddock
macrumors 6502
 
Join Date: Jul 2004
Location: Nagoya, Japan
Glad you solved your problems. Often, it helps to start your style sheet by getting rid of all browser-default padding and margins, like so:

* {
padding: 0;
margin: 0;
}
CaptainHaddock is offline  

 

Mac Forums > Archive > Archives of Old Posts > Web Design and Development (archive)

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 02:54 PM.

Mac News | Mac Rumors | iPhone Game Reviews | iPhone Apps

Powered by vBulletin® Version 3.6.10
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright 2002-2009, MacRumors.com, LLC