html - Website template Fluid or Responsive? -
okay bit confused here, have started making templates sale, , responsive templates.
so making new design had basic css of following design:
* { margin: 0; padding: 0; } .container { width: 100%; height: 700px; } .main { width: 66%; float: left; } .side { width: 33%; float: right; } okay basic code shows template fluid template. , when browser resizes gives responsive effect, though know not responsive template.
my issue here such, have used css codes relocate content when browser resized. meaning website responsive too.
first of not know if allowed valid website? need change width 100% specific widths or there no such rule?
second, call type of website? since selling on themeforest. don't think there such website can called both fluid responsive web template. or there?
and last, not always, there times, when notice browser overflows on x axis. content in .side never stays in limits of 33%. know why might issue? ill try make out example that.
thanks.
better use bootstrap got responsive design... download .. please here link http://twitter.github.io/bootstrap/
Comments
Post a Comment