Integrating with Internet Explorer Integrating with Internet Explorer
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Integrating with Internet Explorer

Started by mattw89, June 27, 2006, 12:04:48 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mattw89

Heya Guys,

I'm doing a portfolio site of just my life and things which will include a blog and the main feature of a gallery.  Although i wanted to integrate it with my website so i made a template for it and it worked great (in mozilla firefox)

http://www.matthew-walker.net/gallery/  - Well it works OKish, still some spacing problems and so fourth but its thereabouts, need to figure out how to fix that.

BUT, thats not the major problem

http://www.matthew-walker.net/gallery/ - go on that URL in the lovely  ::) Internet Explorer and it is alligned all over the place etc.

I am really stuck on how i can make this look like how it does when viewed in Firefox so any help is so much appreciated as this is a last resort as i am getting depressed over it now!

I myself use firefox but most of my viewers (friends and familes) use IE and some are PC newbies which are stuck in there IE ways and dont want to change so its a must for my website.

Sami

this is not (bbs) integration/bridging issue
this is a theme issue , Post to proper board please
- edit your css file
change
HTML .right {
FLOAT: left
}

to
HTML .right {
FLOAT: right
}

- change width of theme to 690
change all 670 px to 690 px (be careful about images) on your css
‍I don't answer to PM with support question
Please post your issue to related board

Joachim Müller