I couldn't find a way to describe my situation but when zooming in the page it's not zooming with all its contents , just look to the image and you will know what I mean :
I can't provide you with css code becuase of my company policy
can you tell me what's wrong in my style !
html and body don't grow when zoooming like other sites !
I want the whole page with all its contents get bigger when zooming abd a csroll bar would appear .
I'm still a beginner and I'm lost in attributes
the table is going outside the html body content .
I'll give you an example ! my page now is like this site . try to zooming-in here this page .
I want the zooming to be like http://stackoverflow.com
scroll I'm talking about is in the bottom of the window .
I can't see any styles / properties for the table (unless it has an ID) so my guess is that there is some inline styling. Until we can see a live site it's really going to be hard to help.
if you are develoing a product you will have many style sheets :D !!
what's strange in that !
I can't give a link .
I thought you guys are experts who can find the bug from an image
it's a position or overflow or somthing I still don't know in CSS yet !
thanks for help any way
When I am developing a web page I know where all the parts of my page are in relation to the CSS.
You may have added a fix but I doubt if you have actually resolved the underlying issue. My understanding is (and I'm sure others will chime in if i am wrong) is that tables don't scale/zoom as you might expect and that has to be taken into account when doing your code.
http://jsbin.com/apane6/14
it's my problem !!
I want to get rid of this problem . I want the whole page which contains many tabs and tables inside tabs to grow together .
thats simple ...
I'm really sorry :$
I just want my page to be like stackoverflow.com when zooming in .
but style I have (which I didn't write) do as you see in the image above .
html and body don't get bigger they are always in the size of my browser window like our page we are posting in :D
the table is a dependent component and it has its own style
the problem here appears !
zoom in . table gets out of the tab :D
I was asked to fing why my tab is not growing also like the table does :D
I hope I made my question clear now
you are so right . you can't help without seeing what I'm talking about and I'm not allowed to show you local code .
I asked our designer here in company and he didn't know what's wrong .
he said I should know how zooming works in firefox to know why the tabs of jequery is always getting their width from brower width .
any help in that ?
please help me :(
I tried many ways and I had two results :
if I want to make my site like this site :
all elements inside html and body I have to make width:100% for html and body and not specify any width for any element (table) inside html and body .
second way (which I was asked to do ) : I have to give html and body width of the table to keep it always (keep the table) inside html and body .
but that's so wrong !! beacause I have to make my site for all screen sizes .
I want the page to expand when zooming or when width of tables is large the body and html goes wider too
I was asked to scroll the whole page when zooming not only the table , also I thought It's wrong to give the table a width (for example : 1200px) beacuase I don't know what screen would be used to display my site !
I couldn't find a way to describe my situation but when zooming in the page it's not zooming with all its contents , just look to the image and you will know what I mean :
I can't provide you with css code becuase of my company policy can you tell me what's wrong in my style ! html and body don't grow when zoooming like other sites ! I want the whole page with all its contents get bigger when zooming abd a csroll bar would appear . I'm still a beginner and I'm lost in attributes
It's going to be really hard to help without the code.
Your image doesn't really show us the problem and, anyway, it looks like you DO have scrollbars.
the table is going outside the html body content . I'll give you an example ! my page now is like this site . try to zooming-in here this page . I want the zooming to be like http://stackoverflow.com scroll I'm talking about is in the bottom of the window .
I don't get a scrollbar on stackoverflow when zooming until I get to 200%, which, I guarantee, no-one will ever do.
If it's a table then that is probably the problem but, again, without the code we can't play with it to try things out.
there is problem with margin . have you use margin or top left right to put space between two div ?
use margin
I have many css files and I don't know which one I should show you its code . any way here it is :
and another style sheet :
This worries me! ¬
I can't see any styles / properties for the table (unless it has an ID) so my guess is that there is some inline styling. Until we can see a live site it's really going to be hard to help.
if you are develoing a product you will have many style sheets :D !! what's strange in that ! I can't give a link . I thought you guys are experts who can find the bug from an image it's a position or overflow or somthing I still don't know in CSS yet ! thanks for help any way
I solved it :
but the scroll is not visible :(
When I am developing a web page I know where all the parts of my page are in relation to the CSS.
You may have added a fix but I doubt if you have actually resolved the underlying issue. My understanding is (and I'm sure others will chime in if i am wrong) is that tables don't scale/zoom as you might expect and that has to be taken into account when doing your code.
http://css-tricks.com/responsive-data-table-roundup/
I'm not the ine who wrote the stylesheets . I'm just using them . and I was asked to fix this problem
http://jsbin.com/apane6/14 it's my problem !! I want to get rid of this problem . I want the whole page which contains many tabs and tables inside tabs to grow together . thats simple ...
I am really struggling to get my head around what you're talking about?
I'm really sorry :$ I just want my page to be like stackoverflow.com when zooming in . but style I have (which I didn't write) do as you see in the image above . html and body don't get bigger they are always in the size of my browser window like our page we are posting in :D the table is a dependent component and it has its own style the problem here appears ! zoom in . table gets out of the tab :D I was asked to fing why my tab is not growing also like the table does :D I hope I made my question clear now
The Jsbin seems to work fine zoomed and is also pretty responsive (as tables go).
Here's my question.
How MUCH do you have to zoom in before you can't see all the data.
This could be a could be a problem that doesn't need a solution.
Once again, until we can see a live site...
"I thought you guys are experts who can find the bug from an image"
welp, i guess you were wrong: http://css-tricks.com/forums/discussion/21516/a-guide-to-using-codepen-help-us-help-you-/p1
you are so right . you can't help without seeing what I'm talking about and I'm not allowed to show you local code . I asked our designer here in company and he didn't know what's wrong . he said I should know how zooming works in firefox to know why the tabs of jequery is always getting their width from brower width . any help in that ?
I wrote some code here's somthing similar to my problem : http://jsfiddle.net/U2YkF/11/
please help me :( I tried many ways and I had two results : if I want to make my site like this site : all elements inside html and body I have to make width:100% for html and body and not specify any width for any element (table) inside html and body . second way (which I was asked to do ) : I have to give html and body width of the table to keep it always (keep the table) inside html and body . but that's so wrong !! beacause I have to make my site for all screen sizes . I want the page to expand when zooming or when width of tables is large the body and html goes wider too
Nothing strange with that. However there is something wrong: you shouldn't have multiple stylesheets in the production environment.
We are front-end developer. Not magicians.
okay I'm sorry , I'm not the one who wrote those stylesheets . I'm just trying to find errors and I'm a beginner and here's my pain
maybe this's called a fluid width of table
Solution A: limit the width of content within the table.
Solution B: give the table's parent element overflow-x: auto; (and make sure it also has a width defined).
That'll make scrollbar for the table's parent element so you'll be scrolling the table horizontally instead of the whole page.
I was asked to scroll the whole page when zooming not only the table , also I thought It's wrong to give the table a width (for example : 1200px) beacuase I don't know what screen would be used to display my site !
I think I found my solution :
thanks everyone and sorry if i bothered you ^_^