CSS Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsWeb DesignCSS Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old June 24th, 2004, 11:16 AM
fuzzybunny's Avatar
fuzzybunny fuzzybunny is offline
C Neophyte.
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2004
Location: Melbourne Australia
Posts: 332 fuzzybunny User rank is Sergeant (500 - 2000 Reputation Level)fuzzybunny User rank is Sergeant (500 - 2000 Reputation Level)fuzzybunny User rank is Sergeant (500 - 2000 Reputation Level)fuzzybunny User rank is Sergeant (500 - 2000 Reputation Level)fuzzybunny User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 2 Days 12 h 15 m 3 sec
Reputation Power: 14
Exclamation =( I can't close this gap!

I have a problem with my floating DIVs... I want to make an "L" layout.. .but it doesn't anchor properly when I resize my screen. My L-shape joins at the top-left hand side of the screen... but, when I maximise my browser window (on Opera and IE) the L "separates" because the "top" of the L is anchored to the right hand side of the screen (width = 100%) (see screenshot 1).

Any ideas on how to anchor the top bar so that it doesn't separate?

the hole - when browser window is maximised

where I want to anchor it


I'll release code (css and HTML) on request if it's needed

Reply With Quote
  #2  
Old June 24th, 2004, 12:39 PM
1beb's Avatar
1beb 1beb is offline
This tagline is not long enoug
Dev Shed Novice (500 - 999 posts)
 
Join Date: Aug 2003
Location: Toronto, ON Canada! I AM CANADIAN
Posts: 861 1beb User rank is Corporal (100 - 500 Reputation Level)1beb User rank is Corporal (100 - 500 Reputation Level)1beb User rank is Corporal (100 - 500 Reputation Level)1beb User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 2 h 32 m 12 sec
Reputation Power: 10
Send a message via ICQ to 1beb Send a message via AIM to 1beb Send a message via MSN to 1beb Send a message via Yahoo to 1beb
Quote:
Originally Posted by fuzzybunny
I'll release code (css and HTML) on request if it's needed


Although the pictures are helpful, it's almost always a good idea to show us your basic coded layout ( striped of extra formatting, like fonts, and colors). So here's a request - show us some code!

Reply With Quote
  #3  
Old June 24th, 2004, 12:41 PM
TheJim01's Avatar
TheJim01 TheJim01 is offline
Coconuts migrate?
Dev Shed Intermediate (1500 - 1999 posts)
 
Join Date: Feb 2004
Location: http://middle.nowhere.com
Posts: 1,895 TheJim01 User rank is General 3rd Grade (Above 100000 Reputation Level)TheJim01 User rank is General 3rd Grade (Above 100000 Reputation Level)TheJim01 User rank is General 3rd Grade (Above 100000 Reputation Level)TheJim01 User rank is General 3rd Grade (Above 100000 Reputation Level)TheJim01 User rank is General 3rd Grade (Above 100000 Reputation Level)TheJim01 User rank is General 3rd Grade (Above 100000 Reputation Level)TheJim01 User rank is General 3rd Grade (Above 100000 Reputation Level)TheJim01 User rank is General 3rd Grade (Above 100000 Reputation Level)TheJim01 User rank is General 3rd Grade (Above 100000 Reputation Level)TheJim01 User rank is General 3rd Grade (Above 100000 Reputation Level)TheJim01 User rank is General 3rd Grade (Above 100000 Reputation Level)TheJim01 User rank is General 3rd Grade (Above 100000 Reputation Level)TheJim01 User rank is General 3rd Grade (Above 100000 Reputation Level)TheJim01 User rank is General 3rd Grade (Above 100000 Reputation Level)TheJim01 User rank is General 3rd Grade (Above 100000 Reputation Level)TheJim01 User rank is General 3rd Grade (Above 100000 Reputation Level)  Folding Points: 70160 Folding Title: Intermediate FolderFolding Points: 70160 Folding Title: Intermediate FolderFolding Points: 70160 Folding Title: Intermediate FolderFolding Points: 70160 Folding Title: Intermediate Folder
Time spent in forums: 2 Weeks 5 Days 11 h 8 m 20 sec
Reputation Power: 1176
The HTML and CSS would be very useful. Is the blue bar to the left floated as well? What other attributes are you using for your div's. Are you clearing them properly? Are there any hidden margins? All of these questions could be answered easily by posting the code.

If you're concerned about security, relax. I appreciate that you've worked hard on your website, adn you don't want people to just outright copy/paste your hard work into their own site and call it their own. But even if you encrypt your code, your layout is nothing that another HTML/CSS developer couldn't mimic and not encrypt, or that they couldn't ask for here and get a response.
__________________

Proud member of the T.S.N.B.U.F.L (tables should not be used for layout) alliance.

"Only use elements for their intended purpose. You wouldn't try to make coffee with a telephone, would you?" -Me

Reply With Quote
  #4  
Old June 24th, 2004, 09:51 PM
fuzzybunny's Avatar
fuzzybunny fuzzybunny is offline
C Neophyte.
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2004
Location: Melbourne Australia
Posts: 332 fuzzybunny User rank is Sergeant (500 - 2000 Reputation Level)fuzzybunny User rank is Sergeant (500 - 2000 Reputation Level)fuzzybunny User rank is Sergeant (500 - 2000 Reputation Level)fuzzybunny User rank is Sergeant (500 - 2000 Reputation Level)fuzzybunny User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 2 Days 12 h 15 m 3 sec
Reputation Power: 14
Mmm reason I didn't put up the code at first was that most of the stuff in it is quite general... I thought perhaps someone would have an idea on how to fix the problem out of the "general" scope.

Anyway, my layout is pretty simple - there's no security risk involved.

I've put the page up on my webspace...
CSS problem page

The top menu bar goes "underneath" the sidebar.

I want it instead to anchor to the sidebar, like the row of pictures.

To see the problem
  • look at the top left-hand corner of the screen
  • resize the screen horizonally


It's 280 lines of code. Sorry if the formatting stinks; it's been stripped from IE6. I moved the external stylesheet inbetween the <STYLE> tags.

Problem with fixing CSS is that you need both the CSS and the HTML to see what's wrong... very hard to isolate the problem for an inexperienced person like me.

Thanks for listening

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignCSS Help > =( I can't close this gap!


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway
Stay green...Green IT