Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2007-05-10 07:39:34
- rz
- New Member
- Registered: 2007-05-10
- Posts: 1
consistent look in different browsers
i have been bothered by a problem…
how can we make a the layout of the page look exactly same in different browsers (for eg: internet explorer and mozilla firefox). i figured out the difference in the layout in these browsers..
please open this site( http://www.sgiandubh.biz) in these two browsers..
hope someone will help me solve the problem
with regards,
raj
Last edited by rz (2007-05-10 10:15:57)
Offline
Re: consistent look in different browsers
Internet Explorer is always the main culprit. First of all create your page for either Opera or Firefox or Safari if you are using a Mac. You usually see little variation in these.
Then put this in the head of your document, using it specifically for styling the bits that IE doesn’t render as expected:
<!—[if IE]>
<style type=“text/css”>
your ie specific css goes here
</style>
<![endif]—>
Offline
#3 2007-05-11 13:22:42
- alexandra
- Member
- From: Cologne, Germany
- Registered: 2004-04-02
- Posts: 1,370
Re: consistent look in different browsers
@rz getting a coherent display in all main browsers is a real challenge – actually today something for CSS professionals. I would advice you to work with someone professional, hire someone f.e. zero aka Peter (above) and get things done fast and solid.
Offline