so when I set my page width to 100% it goes the full 100% but I always get still a little border on the sides due to the browser, I wanted to know if their is a way to eliminate that? or bypass it? similar to how crm looks in explorer, its just like a whole page no border, seems as though its a program in a browser, thats the effect i want if you know what i mean.
full page width
Page 1 of 110 Replies - 736 Views - Last Post: 28 January 2009 - 05:41 PM
Replies To: full page width
#2
Re: full page width
Posted 28 January 2009 - 01:50 PM
are you setting your html,body to padding and margin of 0?
--
Greg
--
Greg
#4
Re: full page width
Posted 28 January 2009 - 02:40 PM
It worked but only theirs a small border now, about 2px in thikness, but alot smaller.
#5
Re: full page width
Posted 28 January 2009 - 04:05 PM
change the html background color to whatever the background color of your container is. Maybe try making your html padding -1px or -2px.
#6
Re: full page width
Posted 28 January 2009 - 04:16 PM
You have an issue with another set of padding or margin bumping it off - with no other stylings it should rest right up against the edge of the browser window. Comment out EVERYTHING except for the html and body tags and hit refresh. Then un-comment line by line and see where the problem is.
Also - are you in IE (if so which version) or Firefox? Heck - whcih browser are you using.
Also - are you in IE (if so which version) or Firefox? Heck - whcih browser are you using.
#7
Re: full page width
Posted 28 January 2009 - 05:05 PM
well I try and develop for both, and the results currently look the same in both, and nope neither one of those worked, margin -1 just made a scroll bar is all. still a small border around it.
#8
Re: full page width
Posted 28 January 2009 - 05:18 PM
Try this in your CSS code:
*{ margin: 0px; padding: 0px; }
#9
Re: full page width
Posted 28 January 2009 - 05:26 PM
nope didnt work either, still that little border, I can make it the same color, but my tables had a cellspacing so i can seperate the cells, but i might just do borders if we cant figure out whats going on.
Sorry guys I cant let you see the site either, I'm not allowed, and no its not child porn.
Sorry guys I cant let you see the site either, I'm not allowed, and no its not child porn.
This post has been edited by musya: 28 January 2009 - 05:31 PM
#10
Re: full page width
Posted 28 January 2009 - 05:37 PM
Ah well, just remember that Margins and Paddings are selected at the lowest level. Something's messing it up.
#11
Re: full page width
Posted 28 January 2009 - 05:41 PM
You said table...
Did you set your cellpadding and cellspacing and border to 0?
Did you set your cellpadding and cellspacing and border to 0?
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote




|