CSS Centering on dual screen monitor

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a web site that works fine in all respects except for one PC that uses
dual monitors.
I have a set of tabs that run along the top of the page that are used as
navigation links. the position is "center" which works exactly as I want it
to on every PC with the exception of the dual monitor.Can anyone help me get
these tabs centered on this PC without messing with the others?
 
How are the dual screens set up? As two identical windows? As a wide
screen monitor? As two separate windows where each will run a full screen
application?

What do want your browser to do? Open full screen on one monitor, or full
screen across both monitors? Or something else?

Your HTML cannot change the way the monitors are set up.
Your page should be able to centre the tabs in whatever viewport the
browser is opened to, provided the viewport is wide enough to display the
entire page - using a single monitor or dual monitor in any configuration
will make no difference to that.
 
Back
Top