Click to See Complete Forum and Search --> : what should i do to finish that site


secure
11-07-2003, 01:30 PM
It has many many problems but I dont know where to start. First of all iframe problem has locked me to go forward. Most of the browsers does not support it and I dont know any alternative solutions for that.

I make a wrong choice of building that site in 1280x960 resoulution.

ok i think this site will never finish

neverrrr (http://www.balkanoglu.com/index.php)

PeOfEo
11-07-2003, 04:51 PM
Yes you should definatly redo the layout and make it fluid, that should be objective one. If you use css you can drop the iframe and put all of your stuff in a div and if you want that div can scroll if thats what you are into the iframe for. Then just put all of your layout code in an external css file. You are using php so you might also consider includes.

spufi
11-07-2003, 07:46 PM
Get rid of the iframes and move those type of items and the couple of others to the left column in your main area. This will also cut down on your width problem.

secure
11-09-2003, 10:53 AM
thanks you for your inputs

I am not very familiar with the layers and divs.I'm also not a web designer just a graphic designer. I tried to convert tables to layers but it doesn't matter.I also tried to make the page from the begining but when I insert a background image to a layer it gets so slow in iexplorer. What should I do to give the same visulation with layers and can we insert diffrent pages in a div like in iframe?

I zipped the template of my page


Rar file ( 126 kb) (http://server41.hypermart.net/cliorsi/template.rar )

could you please show me a small example for layers in my page?

PeOfEo
11-09-2003, 02:02 PM
if you used a div with overflow instead of a layer it would be a lot less code to get the scroll bars. Also you can use an include and just have the content parsed in by the server for the external file stuff.