![]() | | ||||||||
| | #1 |
| I.C.Hope War Room Member Join Date: Apr 2009 Location: Northern Ireland
Posts: 2,515
Thanks: 446
Thanked 227 Times in 181 Posts
|
I wish to have a fixed div that follows the user down the page. On my patop monitor it looks fine but when I move it onto my larger monitor the salesletter area becomes wider and leaves less room for the fixed container that scrolls with the user. I have absolutely no idea what I should do here. I look forward to your responses. Best Wishes Intrepreneur. |
|
I want a good keyword researcher, not for min sites but for tech articles. Hit me up if you've got those skillz!
| |
| | |
| | #2 |
| Freelance Warrior Join Date: Jul 2009 Location: USA
Posts: 235
Thanks: 1
Thanked 10 Times in 10 Posts
|
You should have your salesletter area set at a fixed width. That way, it won't matter what monitor size the user will be using. Will probably need your source code to be able to help any further... |
| | |
| | |
| | #3 |
| Active Warrior Join Date: Jul 2009
Posts: 77
Thanks: 5
Thanked 9 Times in 8 Posts
|
Yes, I agree if you would set your code so that it is set to a fixed size this will prevent the issue you are having all together. If you post your code so that we could view what you are trying to do we could give you estimate on what to set it to.
|
| | |
| | #4 |
| Designer Warrior War Room Member Join Date: Jun 2009 Location: San Diego
Posts: 224
Thanks: 57
Thanked 14 Times in 11 Posts
|
Are you using CSS Intrepreneur? If so, I can help you style your div as a fixed width. Here's and example: HTML Code: <div id="content"> CONTENT HERE </div> <!-- End Content --> CSS: #content { width: 742; } Purdy much it lol. Let me know if this helps or if you want me to explain something else. -Ryan |
| | |
| | |
| | #5 |
| I.C.Hope War Room Member Join Date: Apr 2009 Location: Northern Ireland
Posts: 2,515
Thanks: 446
Thanked 227 Times in 181 Posts
|
Thanks all. removing margin: auto and replacing with fixed wdith has made an improvement. ![]() Best Wishes Intrepreneur. |
|
I want a good keyword researcher, not for min sites but for tech articles. Hit me up if you've got those skillz!
| |
| | |
![]() |
|
| Tags |
| issue, monitor, size |
| Thread Tools | |
| |
![]() |