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.
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
issue solved?