Reply
Crazy CSS action
Old 06-29-2004, 04:13 PM Crazy CSS action
Junior Talker

Posts: 3
Location: Salt Lake City
After designing the website for the law firm I work for, I noticed that the three column design does some wacky stuff when I shrink the browser. Can anyone tell me what my problem may be?

Thanks.
robbo is offline
Reply With Quote
View Public Profile Visit robbo's homepage!
 
When You Register, These Ads Go Away!
Old 06-29-2004, 04:16 PM
Christopher's Avatar
Iced Cap

Latest Blog Post:
PHP and Unicode with UTF-8
Posts: 3,111
Location: Toronto, Ontario
Defining "wacky stuff" might help a little And a link would be even better.
Christopher is offline
Reply With Quote
View Public Profile Visit Christopher's homepage!
 
Old 06-29-2004, 04:23 PM
praveen's Avatar
Life is a Dream

Latest Blog Post:
The Best Music
Posts: 3,572
Location: in a distant land far away from reality
wacky?? what is that.. as my M8 chroder pointed out,, a link would be nice or the code..
__________________
Praveen
Web Tools - Smilies - Celebs - Bookmarks - Indian Food - Create a Poll

Useful Threads, Tutorials and Resources
Graphics - Templates - Dreamweaver - Javascript - SEO - Ruby on Rails - Ajax Tutorials - More Ajax - CSS - More CSS
praveen is offline
Reply With Quote
View Public Profile Visit praveen's homepage!
 
Old 06-29-2004, 05:43 PM Oops!
Junior Talker

Posts: 3
Location: Salt Lake City
Oops, sorry guys. Here.
robbo is offline
Reply With Quote
View Public Profile Visit robbo's homepage!
 
Old 06-29-2004, 06:02 PM
praveen's Avatar
Life is a Dream

Latest Blog Post:
The Best Music
Posts: 3,572
Location: in a distant land far away from reality
#navbar
{
background-color: rgb(9,51,121);
position: absolute;
top: 79px;
border-top: 1px solid white;
font: 10px verdana;
color: #C0C0C0;
padding: 2px;
margin: 0px;
width: 1020px;

}


width : u dont need to give such a big width.. tats y ur layout is breaking..

obviously u got a bigger resolution so it will look alrite .. but when the screen size gets lesser, u layout stars to do nice little wacky things..

adjust that and u will c most of ur problems will disappear..


also i noticed u fonts are very very small.. i couldnt even make out what you had written.. maybe increasing the font size will help..
__________________
Praveen
Web Tools - Smilies - Celebs - Bookmarks - Indian Food - Create a Poll

Useful Threads, Tutorials and Resources
Graphics - Templates - Dreamweaver - Javascript - SEO - Ruby on Rails - Ajax Tutorials - More Ajax - CSS - More CSS
praveen is offline
Reply With Quote
View Public Profile Visit praveen's homepage!
 
Old 07-01-2004, 02:11 AM
loosecannon's Avatar
Skilled Talker

Posts: 55
Location: Southern CA
I agree with Praveen that your text should be made a little larger as it it completly unreadable.
I don't think your problem is the fact that your navbar width is set that wide though.my site has a banner graphic a few pixels smaller than that and it doesn't exibit that behavior.
I think the problem has to do with the javascript you are running in your "right side bar" div :

var id=document.getElementById("div_n4s");
id.innerHTML="<table width=200 bgcolor=#FFFFFF cellspacing=0 cellpadding=4><tr><td bgcolor=rgb(9,52,121) width=50%>

I'm no expert on Java,but that section I just highlighted is the only part of your coding that has a relative value rather than an absolute.
Also i wanted to add that your site rendered best in my "nerd browser" opera.
I hope that helps.
__________________
LooseCannon Design
loosecannon is offline
Reply With Quote
View Public Profile Visit loosecannon's homepage!
 
Reply     « Reply to Crazy CSS action
 

Thread Tools

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

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