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.

Coding Forum


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



Reply
CSS Newbie, what did I do wrong?
Old 07-16-2003, 07:14 PM CSS Newbie, what did I do wrong?
Average Talker

Posts: 22
Trades: 0
Here is my sample page.
www.3dshoots.com/sched3/index.html

I have a bunch of questions.
1) why doesn't the red background line "information.." not extend the width of the box below it.

2) why doesn't the footer extend the width the box above it.

3) why does this page look so much different under netscape 7.1 & mozilla. Gap between content and products changes quite a bit between netscape and IE.

4) did I lay this out the wrong way? I mean should I be using tables?

Thanks for any advice
cgchris99 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-16-2003, 10:16 PM
DaveMo~'s Avatar
Administrator
Defies A Status

Posts: 10,200
Name: Dave
Location: Scott Depot, West Virginia, USA
Trades: 1
Moved to forum about coding and scripts.

Dave
__________________

Please login or register to view this content. Registration is FREE
:
Please login or register to view this content. Registration is FREE
:
Please login or register to view this content. Registration is FREE
:

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
?

DaveMo~ is offline
Reply With Quote
View Public Profile
 
Old 07-17-2003, 08:26 AM
praveen's Avatar
Life is a Dream

Posts: 3,591
Name: Praveen
Location: Chennai, India
Trades: 0
here are my solutions.

1. the red line does not extend because you have not specified any width to it. and it takes the content width and displays only till that.

2. thats because the footer along with the banners are ina different div and it is improperly nested also. the content div is not closed .

3. this happens all the time. since the page has got some improperly nested/closed tags (invalid tags) the display will be affected.

you have tried to mix both XHTML and HTML. maybe cos of that it happens.

try to validate your markup. use w3's validator service. validator.w3.org .

if you got any errors, correct that.

4. using div/layers for layouts is fine as long as you do it correctly and use the proper syntax and correctly syntax it.

there is no clear rule/statement which says that table layouts are better than layer based layouts and viceversa.

it all depends on the designer and the kind of site which is being created.

when you are using layer based you got to be extra cautious since you got to "fix" your layout for diff. resolutions.

in tables all one needs to do is make the width into percentage values and it is done.


hope this helps, if u got any other problems. feel free to post it.

Have a nice day and all the best.
__________________

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
praveen is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to CSS Newbie, what did I do wrong?
 

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.24933 seconds with 12 queries