kakaini Posted August 18, 2009 Report Share Posted August 18, 2009 (edited) Well.. hi. Lets say i have 1280x1024 display resolution and im making a webpage that is wider than that. but div's, which size depends from text are automaticaly resized so that they dont go out of 1280px in width and if div begins after 1280px is resizen to a size of the longes word in div~.How do i prevent that?...i hope you understood my tought.... :x...If you have "Opera" browser you can check what i mean by zooming in and out and viewing what happens with thouse divs. Divs appear when you move cursor over question mark in circle: http://tour.teamw.biz/index.php?marsruts=0...ki=1&info=0 Edited August 18, 2009 by kaka Link to comment Share on other sites More sharing options...
alexnofue Posted August 18, 2009 Report Share Posted August 18, 2009 Hi, you could put to those divs a:min-width: 1500px;but that migth not work in all the browsers properly ... Link to comment Share on other sites More sharing options...
kakaini Posted August 19, 2009 Author Report Share Posted August 19, 2009 Hi, you could put to those divs a:min-width: 1500px;but that migth not work in all the browsers properly ...thanks, gues that solved it. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now