Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Layout breaks in IE. Ok in Firefox.
Old 11-06-2005, 10:56 PM Layout breaks in IE. Ok in Firefox.
Skilled Talker

Posts: 76
Trades: 0
I m new to this and I know it's possible.

I been on to this for a long time. Tried mainly Dreamweaver also Frontpage.

http://technosoft.3lo.net/model/melisa/biography.html

It looks good in firefox. but did i miss a chapter in in learning or something.

In IE the menu on the Right Streches instead of sticking together wehn i expand my page.

I have done some websites and never encoutered a problem like this. Dont know what to do.

Lets hope this forum has an answer.

I tried a lot of them.

Some said not sliced correctly when I did by their way still had the same problem.

Darsh.

PS: my old id in this place is livedesiradio if any one remembers.
darshdude is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 11-07-2005, 11:11 AM
Skilled Talker

Posts: 76
Trades: 0
DOne Debugging.
darshdude is offline
Reply With Quote
View Public Profile
 
Old 11-07-2005, 12:03 PM
Average Talker

Posts: 15
Trades: 0
well for one look at your <script> tags they are borked

Code:
Error Line 6 column 36: duplicate specification of attribute "type".
<script type="text/javascript" type="text/javascript">
Error Line 289 column 50: required attribute "type" not specified.
src="http://ypn-js.overture.com/partner/js/ypn.js">
remove the script from the bottom of your page and remove the <center> tags around it ...

and you can try adding
Code:
valign="top"
to the cells your nav sits in that should hopefully bring them all to the top ...

good luck ...
NightWolfe is offline
Reply With Quote
View Public Profile
 
Old 11-07-2005, 02:04 PM
Skilled Talker

Posts: 76
Trades: 0
The script is from my hosting company. it's banner hosting.

also tried valign top it still has the same problem
darshdude is offline
Reply With Quote
View Public Profile
 
Old 11-07-2005, 02:19 PM
Average Talker

Posts: 15
Trades: 0
I know this probbaly isn't going to be to helpful or what you want to hear but your probbaly going to need to recode it from scratch ...

I may be wrong but I'm guessing you didn't write that code some program did .. when that happens it can give varied results ...

take some time and just rewrite the whole thing and leave out as many of theo little spacer images as possible ...

also for rollovers I highly recommend this rollover script .. it leads to much cleaner code ...
http://jehiah.com/archive/simple-swap

Good Luck .. sorry I can't be of more help ...
NightWolfe is offline
Reply With Quote
View Public Profile
 
Old 11-07-2005, 04:31 PM
Skilled Talker

Posts: 76
Trades: 0
It all good but m new so i only understand a little i just did save for web form photoshop and mess a little in dreamweaver.
darshdude is offline
Reply With Quote
View Public Profile
 
Old 11-07-2005, 05:25 PM
Average Talker

Posts: 15
Trades: 0
you could try drawing it out on paper and then put all the major elements into boxes .. Nav one box, content one box, header one box and footer one box ...

the look at your nav .. you have 17 elements there so you could make one table with 17 rows and put each element in it's one row ...

just draw it out first and then sit down and code it all .. you will probably want to re cut out your images as well too .. easy way to do it in Photoshop is to divide everything up with guides and then goto ImageReady and Creat Slices from Guides .. the if it cut into somthing you didn't want it to select multiple slices by shift clicking and then right click combine slices ...

hope it works out for you
NightWolfe is offline
Reply With Quote
View Public Profile
 
Old 11-07-2005, 06:30 PM
Skilled Talker

Posts: 76
Trades: 0
Thats what i did and then did save for web and open the html file generated by imageready in dreamweaver and started editing it.

M willing to share the psd if some can make an html and I can view how its done later
Since m still learning. And i can understand/read the code son once i will view it i will know. It just that I dont get it whatz wrong.

Here is the psd link.

http://www.technosoft.3lo.net/model/.../portfolio.psd

Page Index.
http://www.technosoft.3lo.net/model/melisa/psd/

Any help is appreciated.

Also m not getting paid for this site.
M doing this for my friend just to practice on my new skills.

Darsh.

Last edited by darshdude; 11-07-2005 at 06:56 PM..
darshdude is offline
Reply With Quote
View Public Profile
 
Old 11-08-2005, 01:30 PM
Average Talker

Posts: 15
Trades: 0
I'll slice it up for you and send you the slices zipped up .. then you can build the tables yourself and it should work ok .. give me a few ...
NightWolfe is offline
Reply With Quote
View Public Profile
 
Old 11-08-2005, 01:58 PM
Average Talker

Posts: 15
Trades: 0
ok man here ya go .. I sliced it up and coded you a layout real quick ...

hope this can be of help ...

http://nightwolfemedia.web1000.com/

The Zip has your PSD, the Images Slices and the HTM file

Good Luck

gotta rehost your zip file .. give me a min ...

Here's your zip .. enjoy ...

http://www.nightwolfemedia.com/stuff/portfolio.zip

Last edited by NightWolfe; 11-08-2005 at 02:12 PM..
NightWolfe is offline
Reply With Quote
View Public Profile
 
Old 11-09-2005, 11:29 AM
Skilled Talker

Posts: 76
Trades: 0
Thanks for the help but if i still extend main content the whole menu moves with it withthe code u provided.Menu ends up in between the page.

Any ways I solved it and now i know how people do it with a help from a lil friend. Also thank you everyone for the hand coding tips. no more auto generation.

Check this out.

http://technosoft.3lo.net/model/melisa/biography.html

Also how is the web1000 hosting service.

Quote:
Originally Posted by NightWolfe
ok man here ya go .. I sliced it up and coded you a layout real quick ...

hope this can be of help ...

http://nightwolfemedia.web1000.com/

The Zip has your PSD, the Images Slices and the HTM file

Good Luck

gotta rehost your zip file .. give me a min ...

Here's your zip .. enjoy ...

http://www.nightwolfemedia.com/stuff/portfolio.zip
darshdude is offline
Reply With Quote
View Public Profile
 
Old 11-09-2005, 03:31 PM
Average Talker

Posts: 15
Trades: 0
Quote:
Originally Posted by darshdude
Thanks for the help but if i still extend main content the whole menu moves with it withthe code u provided.Menu ends up in between the page.

Any ways I solved it and now i know how people do it with a help from a lil friend. Also thank you everyone for the hand coding tips. no more auto generation.

Check this out.

http://technosoft.3lo.net/model/melisa/biography.html

Also how is the web1000 hosting service.
That was just a quick and dirty layout .. it would have needed to be tweaked dependent on you content but anyways glad you got it worked out ...

Web1000.com is an excellent host .. No ads at all .. just the toolbar at the top which is quite unobtrusive, Unlimited transfer and 50MB storage space .. feel free to come and check us out .. send me an email at admin @ web1000.com if you have any more questions regarding our hosting
NightWolfe is offline
Reply With Quote
View Public Profile
 
Old 11-09-2005, 03:46 PM
Skilled Talker

Posts: 76
Trades: 0
Snap didnt knew u owned web100
darshdude is offline
Reply With Quote
View Public Profile
 
Old 11-09-2005, 04:03 PM
Average Talker

Posts: 15
Trades: 0
Quote:
Originally Posted by darshdude
Snap didnt knew u owned web100
Well I don't "own" it .. but I do pretty much run it .. Come check us out though
NightWolfe is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Layout breaks in IE. Ok in Firefox.
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.44092 seconds with 12 queries